Skip to content

Commit 68fde3f

Browse files
authored
Update all guidance URLs (#5858)
1 parent 7d6d938 commit 68fde3f

15 files changed

Lines changed: 28 additions & 15 deletions

packages/moderation/src/data/stages/categories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const categories: Stage = {
77
title: "Are the project's tags accurate?",
88
id: 'tags',
99
icon: TagsIcon,
10-
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
10+
guidance_url:
11+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf0802f96aafc0397a9f6d3',
1112
navigate: '/settings/tags',
1213
shouldShow: (project) =>
1314
project.categories.length > 0 || project.additional_categories.length > 0,

packages/moderation/src/data/stages/description.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const description: Stage = {
77
title: 'Is the description sufficient, accurate, and accessible?',
88
id: 'description',
99
icon: LibraryIcon,
10-
guidance_url: 'https://modrinth.com/legal/rules#general-expectations',
10+
guidance_url:
11+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf080508042e70089dd787e',
1112
navigate: '/',
1213
actions: [
1314
{

packages/moderation/src/data/stages/environment/environment-multiple.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const environmentMultiple: Stage = {
88
id: 'environment',
99
navigate: '/settings/versions',
1010
icon: GlobeIcon,
11-
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
11+
guidance_url:
12+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e25ee711bf0802d9a9bdb82dce040eb',
1213
text: async () =>
1314
(await import('../../messages/checklist-text/environment/environment-multiple.md?raw')).default,
1415
shouldShow: (project, projectV3) =>

packages/moderation/src/data/stages/environment/environment.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const environment: Stage = {
88
id: 'environment',
99
navigate: '/settings/environment',
1010
icon: GlobeIcon,
11-
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
11+
guidance_url:
12+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e25ee711bf0802d9a9bdb82dce040eb',
1213
text: async () =>
1314
(await import('../../messages/checklist-text/environment/environment.md?raw')).default,
1415
shouldShow: (project, projectV3) =>

packages/moderation/src/data/stages/gallery.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const gallery: Stage = {
77
title: "Are this project's gallery images sufficient?",
88
id: 'gallery',
99
icon: ImageIcon,
10-
guidance_url: 'https://modrinth.com/legal/rules#general-expectations',
10+
guidance_url:
11+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf08096828bd1c3f24d8b8e',
1112
navigate: '/gallery',
1213
actions: [
1314
{

packages/moderation/src/data/stages/license.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ const licenseStage: Stage = {
2424
text: async () => (await import('../messages/checklist-text/licensing.md?raw')).default,
2525
id: 'license',
2626
icon: BookTextIcon,
27-
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
27+
guidance_url:
28+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf080f8805df7d012a8f770',
2829
navigate: '/settings/license',
2930
shouldShow(project, projectV3) {
3031
return !projectV3?.minecraft_server

packages/moderation/src/data/stages/links.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const links: Stage = {
77
title: "Are the project's links accurate and accessible?",
88
id: 'links',
99
icon: LinkIcon,
10-
guidance_url: 'https://modrinth.com/legal/rules',
10+
guidance_url:
11+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf08013b36cd75cbf1a9177',
1112
navigate: '/settings/links',
1213
shouldShow: (project, projectV3) =>
1314
Boolean(

packages/moderation/src/data/stages/post-approval.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const postApproval: Stage = {
77
title: 'Issue warnings, notices, or takedowns?',
88
id: 'post-approval',
99
icon: ScaleIcon,
10-
guidance_url: 'https://modrinth.com/legal/rules',
10+
guidance_url:
11+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#3475ee711bf080c5a13cda0b1e4ae9ed',
1112
shouldShow: (project) => project.status === 'approved',
1213
actions: [
1314
{

packages/moderation/src/data/stages/reupload.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const reupload: Stage = {
77
title: 'Does the author have proper permissions to post this project?',
88
id: 'reupload',
99
icon: CopyrightIcon,
10-
guidance_url: 'https://modrinth.com/legal/rules',
10+
guidance_url:
11+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e35ee711bf080d1a0a2cda3ff2ce997',
1112
actions: [
1213
{
1314
id: 'reupload_reupload',

packages/moderation/src/data/stages/rule-following.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ruleFollowing: Stage = {
88
id: 'rule-following',
99
icon: ListBulletedIcon,
1010
guidance_url:
11-
'https://www.notion.so/Creator-Communication-Guide-1b65ee711bf080ec9337e3ccdded146c',
11+
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e35ee711bf080709084f6269835607f',
1212
navigate: '/moderation',
1313
actions: [
1414
{

0 commit comments

Comments
 (0)