diff options
author | 2021-03-19 15:19:23 +0100 | |
---|---|---|
committer | 2021-03-19 15:19:23 +0100 | |
commit | 25b2e4c8412cceffe1ec528a9894586599f5f25d (patch) | |
tree | e3387dc9441445184947c88b214406a3b4f9aaa7 /bot/exts/evergreen/source.py | |
parent | First pass of easy to produce errors (diff) | |
parent | Merge pull request #631 from python-discord/dependabot/pip/pillow-8.1.1 (diff) |
Merge branch 'main' into Handle-DMChannels
Diffstat (limited to 'bot/exts/evergreen/source.py')
-rw-r--r-- | bot/exts/evergreen/source.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/source.py b/bot/exts/evergreen/source.py index cdfe54ec..45752bf9 100644 --- a/bot/exts/evergreen/source.py +++ b/bot/exts/evergreen/source.py @@ -76,7 +76,7 @@ class BotSource(commands.Cog): file_location = Path(filename).relative_to(Path.cwd()).as_posix() - url = f"{Source.github}/blob/master/{file_location}{lines_extension}" + url = f"{Source.github}/blob/main/{file_location}{lines_extension}" return url, file_location, first_line_no or None |