Skip to content

Commit

Permalink
Update URL for rules page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Aug 19, 2024
1 parent 3da0807 commit 8e92868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arthur/exts/fun/devops_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def rules_group(self, ctx: Context, rules: Greedy[int]) -> None:
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",
)
)

Expand Down

0 comments on commit 8e92868

Please sign in to comment.