aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-19 11:59:26 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-19 11:59:26 +0100
commit8e92868063c4236b291981a6702ae5b75d38936c (patch)
treeb14e3c278392cc288f36b14096b2002c9e72cbe3
parentSupport parsing the new markdown rules file (diff)
Update URL for rules page
-rw-r--r--arthur/exts/fun/devops_rules.py2
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",
)
)