aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/info/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/info/source.py')
-rw-r--r--bot/exts/info/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/source.py b/bot/exts/info/source.py
index 7b41352d4..49e74f204 100644
--- a/bot/exts/info/source.py
+++ b/bot/exts/info/source.py
@@ -97,7 +97,7 @@ class BotSource(commands.Cog):
else:
file_location = Path(filename).relative_to(Path.cwd()).as_posix()
- url = f"{URLs.github_bot_repo}/blob/master/{file_location}{lines_extension}"
+ url = f"{URLs.github_bot_repo}/blob/main/{file_location}{lines_extension}"
return url, file_location, first_line_no or None