Skip to content

Commit

Permalink
Issue #458 - Move Code of Conduct under Open Source
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed May 16, 2023
1 parent 32432bd commit c303194
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blog/2022-10-13-announcing-the-incubation-program.md
Expand Up @@ -28,7 +28,7 @@ TBD Incubation projects are managed by community
contributors. They advance the decentralized web and
accelerate development and adoption of the Web5
platform. Like all projects in the TBD ecosystem,
they follow our [Code of Conduct](/code-of-conduct)
they follow our [Code of Conduct](/open-source/code-of-conduct)
and Governance model,
fostering an inclusive community. Incubation projects
benefit from TBD’s open source programs including
Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
@@ -1,3 +1,7 @@
[[redirects]]
from = "/docs/tutorials/issue-verifiable-credential-manually"
to = "/blog/issue-verifiable-credential-manually"

[[redirects]]
from = "/code-of-conduct"
to = "/open-source/code-of-conduct"
2 changes: 1 addition & 1 deletion src/content/open-source/incubation/content.mdx
Expand Up @@ -7,7 +7,7 @@ import { content } from '@site/src/content/open-source/incubation/incubation-pro

TBD Incubation projects are managed by community contributors. They advance the
decentralized web and accelerate development and adoption of the Web5 platform.
Like all projects in the TBD ecosystem, they follow our <a href="/code-of-conduct">Code of Conduct</a>
Like all projects in the TBD ecosystem, they follow our <a href="/open-source/code-of-conduct">Code of Conduct</a>
and <a href="/open-source/governance">Governance</a>
model, fostering an inclusive community. Incubation projects benefit from
TBD’s open source programs including GitHub and our Discord server.
Expand Down
2 changes: 1 addition & 1 deletion src/content/open-source/open-source.js
Expand Up @@ -41,7 +41,7 @@ export const content = {
type: 'button',
data: {
label: 'View Our Code of Conduct',
url: '/code-of-conduct',
url: '/open-source/code-of-conduct',
isExternalLink: false
},
},
Expand Down
Expand Up @@ -14,7 +14,7 @@ import TBDBreadcrumbs from '@site/src/components/TBDBreadcrumbs';
/>
<meta
property="og:url"
content="https://developer.tbd.website/code-of-conduct"
content="https://developer.tbd.website/open-source/code-of-conduct"
/>
<link
rel="apple-touch-icon"
Expand Down
2 changes: 1 addition & 1 deletion src/theme/Footer.js
Expand Up @@ -15,7 +15,7 @@ export function Footer() {
},
{
text: 'Code of Conduct',
href: '/code-of-conduct',
href: '/open-source/code-of-conduct',
},
],
socialText: 'Connect with us',
Expand Down

0 comments on commit c303194

Please sign in to comment.