Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #458 - Move Code of Conduct under Open Source #472

Merged
merged 1 commit into from May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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