Skip to content

Commit 682912d

Browse files
authored
fix: use openjsf.org Slack invite subdomain (#6500)
* fix: use openjsf.org Slack invite subdomain * chore: consistently use branch name in navigation GitHub links * chore: use dedicated security policy link in footer
1 parent 734823b commit 682912d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

navigation.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"text": "components.containers.footer.links.codeOfConduct"
4040
},
4141
{
42-
"link": "https://github.com/nodejs/node/blob/HEAD/SECURITY.md#security",
42+
"link": "https://github.com/nodejs/node/security/policy",
4343
"text": "components.containers.footer.links.security"
4444
},
4545
{
@@ -65,7 +65,7 @@
6565
},
6666
{
6767
"icon": "slack",
68-
"link": "https://openjs-foundation.slack.com/join/shared_invite/zt-238w9sb83-Qk9NcsrEMomq94Y~3gW8EQ#/shared-invite/email",
68+
"link": "https://slack-invite.openjsf.org/",
6969
"alt": "Slack"
7070
},
7171
{
@@ -120,7 +120,7 @@
120120
"label": "components.navigation.getInvolved.links.contribute"
121121
},
122122
"codeOfConduct": {
123-
"link": "https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md",
123+
"link": "https://github.com/nodejs/admin/blob/main/CODE_OF_CONDUCT.md",
124124
"label": "components.navigation.getInvolved.links.codeOfConduct"
125125
}
126126
}

0 commit comments

Comments
 (0)