diff --git a/reaper/cogs/rules_writer.py b/reaper/cogs/rules_writer.py index 58f4919..c9bf845 100644 --- a/reaper/cogs/rules_writer.py +++ b/reaper/cogs/rules_writer.py @@ -16,7 +16,7 @@ def grab_rules_from_repo(): """Grabs the rules from the corresponding GitHub repo and extracts them from the Markdown document""" - rules_link = "https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/docs/other/moderation/rules.md" + rules_link = "https://raw.githubusercontent.com/R2Northstar/NorthstarDocs/main/docs/Wiki/other/moderation/rules.md" # Fetch the markdown file from the URL response = requests.get(rules_link)