diff options
| -rw-r--r-- | arthur/exts/fun/devops_rules.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/fun/devops_rules.py b/arthur/exts/fun/devops_rules.py index d5901b4..b0f72cd 100644 --- a/arthur/exts/fun/devops_rules.py +++ b/arthur/exts/fun/devops_rules.py @@ -51,7 +51,7 @@ class Rules(Cog):                  title=f"Rule{"s"[: len(output_rules) ^ 1]}",                  description=output,                  colour=discord.Colour.og_blurple(), -                url="https://python-discord.github.io/infra/docs/onboarding/rules/", +                url="https://docs.pydis.wtf/onboarding/rules.html",              )          )  |