Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
switched from gitlab to github
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Oct 1, 2018
1 parent de587dc commit 08f71e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async def discord(request):

@routes.get("/git")
async def git(request):
raise web.HTTPFound("https://gitlab.com/magicbots")
raise web.HTTPFound("https://github.com/Magic-Bots")

@routes.get("/donate")
async def donate(request):
Expand Down

0 comments on commit 08f71e5

Please sign in to comment.