From 802dce274990ed975e95b3f6b7ca2734ea5a909d Mon Sep 17 00:00:00 2001 From: Kaz Yoshihara Date: Thu, 30 Nov 2023 16:29:50 -0800 Subject: [PATCH] Fix build error (#489) * Fix invalid document id in sidebar.js * Fix broken link --- content/community/{code_of_conduct.md => code-of-conduct.md} | 0 content/community/moderation/index.mdx | 2 +- sidebars.js | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename content/community/{code_of_conduct.md => code-of-conduct.md} (100%) diff --git a/content/community/code_of_conduct.md b/content/community/code-of-conduct.md similarity index 100% rename from content/community/code_of_conduct.md rename to content/community/code-of-conduct.md diff --git a/content/community/moderation/index.mdx b/content/community/moderation/index.mdx index c0b2d30b..4e28c728 100644 --- a/content/community/moderation/index.mdx +++ b/content/community/moderation/index.mdx @@ -63,7 +63,7 @@ Example responsibilities include: - Accepting and rejecting changes to the documentation - Serving as intermediaries between users and admins -Moderators, like all other community members, must stick to the [Codewars Code of Conduct](/community/rules/), they can use the site as every other user and are obliged to play the game fair. Their moderator status may be revoked if they misbehave, violate rules, or abuse their privileges. +Moderators, like all other community members, must stick to the [Codewars Code of Conduct](/community/code-of-conduct/), they can use the site as every other user and are obliged to play the game fair. Their moderator status may be revoked if they misbehave, violate rules, or abuse their privileges. ### Members diff --git a/sidebars.js b/sidebars.js index ee5811fc..d2bdc0f2 100644 --- a/sidebars.js +++ b/sidebars.js @@ -133,7 +133,7 @@ module.exports = { "community/following", "community/moderation/index", "community/moderation/tools", - "community/rules", + "community/code-of-conduct", ], }, {