Skip to content

Commit c991f6d

Browse files
authored
fix wrong url (#1907)
1 parent b0de0b0 commit c991f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/about/team/members-partner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,11 @@
264264
"projects": [
265265
{
266266
"label": "nuxt/*",
267-
"url": "https://github/com/nuxt"
267+
"url": "https://github.com/nuxt"
268268
},
269269
{
270270
"label": "nuxt-community/*",
271-
"url": "https://github/com/nuxt-community"
271+
"url": "https://github.com/nuxt-community"
272272
}
273273
],
274274
"socials": {

0 commit comments

Comments
 (0)