diff options
| author | 2021-04-15 19:21:14 +0530 | |
|---|---|---|
| committer | 2021-04-15 19:21:14 +0530 | |
| commit | 45fd8b69826e5c39e87177a3113c486ccc51fcdf (patch) | |
| tree | 0b8352a3ad1601ba188bb0eb1ecd0bca5978064e /bot/exts/evergreen/source.py | |
| parent | Update emojis (diff) | |
| parent | Update branch (diff) | |
Update branch
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 | 
