diff options
author | 2024-08-19 11:59:26 +0100 | |
---|---|---|
committer | 2024-08-19 11:59:26 +0100 | |
commit | 8e92868063c4236b291981a6702ae5b75d38936c (patch) | |
tree | b14e3c278392cc288f36b14096b2002c9e72cbe3 | |
parent | Support parsing the new markdown rules file (diff) |
Update URL for rules page
-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", ) ) |