diff options
-rw-r--r-- | templates/main/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/base.html b/templates/main/base.html index 3ec130ad..e1fba15d 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -40,7 +40,7 @@ <footer> <div class="uk-section uk-section-secondary uk-container-medium uk-text-meta"> <div class="uk-text-center"> - <p>Developed collaboratively on <a href="https://github.com/discord-python/site">Github</a> • 2018</p> + <p>Developed collaboratively on <a href="https://github.com/discord-python/site">GitHub</a> • 2018</p> </div> </div> </footer> |