aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/fun/devops_rules.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-05-07 00:22:39 +0100
committerGravatar Chris Lovering <[email protected]>2024-05-07 00:22:39 +0100
commit7140ac2bcc349d2ad56df0d462401c65760d80ac (patch)
treecbc4f497bbee1b3e83f45d2b3219cfcd645e7935 /arthur/exts/fun/devops_rules.py
parentBump all dependencies to latest (diff)
Update devops rules cog due to new infra repo layout
Diffstat (limited to 'arthur/exts/fun/devops_rules.py')
-rw-r--r--arthur/exts/fun/devops_rules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/arthur/exts/fun/devops_rules.py b/arthur/exts/fun/devops_rules.py
index 6aecadf..c214d4f 100644
--- a/arthur/exts/fun/devops_rules.py
+++ b/arthur/exts/fun/devops_rules.py
@@ -5,7 +5,7 @@ from discord.ext.commands import Cog, Context, Greedy, group
from arthur.bot import KingArthur
-RULES_URL = "https://raw.githubusercontent.com/python-discord/infra/main/docs/onboarding/rules.md"
+RULES_URL = "https://raw.githubusercontent.com/python-discord/infra/main/docs/content/docs/onboarding/rules.md"
class Rules(Cog):
@@ -47,7 +47,7 @@ class Rules(Cog):
title=f"Rule{'s'[: len(output_rules) ^ 1]}",
description=output,
colour=discord.Colour.og_blurple(),
- url="https://www.notion.so/pythondiscord/Rules-149bc48f6f7947afadd8036f11d4e9a7",
+ url="https://python-discord.github.io/infra/docs/onboarding/rules/",
)
)