Skip to content

Commit

Permalink
fix: Update URL to grab rule changes from (#62)
Browse files Browse the repository at this point in the history
as the documentation which also contained the rules has been moved to a new repo
  • Loading branch information
GeckoEidechse authored Oct 4, 2024
1 parent 0a102b1 commit acd924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper/cogs/rules_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit acd924f

Please sign in to comment.