diff options
Diffstat (limited to 'templates/main/info')
-rw-r--r-- | templates/main/info/faq.html | 2 | ||||
-rw-r--r-- | templates/main/info/help.html | 2 | ||||
-rw-r--r-- | templates/main/info/resources.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/main/info/faq.html b/templates/main/info/faq.html index d5fdf059..fb5912f5 100644 --- a/templates/main/info/faq.html +++ b/templates/main/info/faq.html @@ -239,7 +239,7 @@ Python is a very versatile language, and a real-life application using it can take many forms. That said, we do plenty of Python development here ourselves. If you're curious about this question, then why not take a look at - <a href="https://github.com/discord-python">our projects</a>? + <a href="https://gitlab.com/discord-python">our projects</a>? </p> </div> </div> diff --git a/templates/main/info/help.html b/templates/main/info/help.html index 79efcfc3..9cc09af2 100644 --- a/templates/main/info/help.html +++ b/templates/main/info/help.html @@ -103,7 +103,7 @@ <p> If you're still confused, try searching the Internet for people that have already had the same problem. Often, you won't be the only person to have encountered the issue you're dealing with - more often - than not, you'll find a GitHub ticket or a StackOverflow question along with a fix or answer to your + than not, you'll find a GitLab ticket or a StackOverflow question along with a fix or answer to your question already posted. </p> <p> diff --git a/templates/main/info/resources.html b/templates/main/info/resources.html index f3f4d0c0..991ecc8e 100644 --- a/templates/main/info/resources.html +++ b/templates/main/info/resources.html @@ -19,9 +19,9 @@ <p> This page is intended to be a listing of useful resources for beginner and experienced Python programmers alike. This page is generated from a JSON file - <a href="https://github.com/discord-python/site/blob/master/static/resources.json">on GitHub</a> - + <a href="https://gitlab.com/discord-python/projects/site/blob/master/static/resources.json">on GitLab</a> - if there's a great resource that you love and you don't see it on this page, feel free to submit a - pull request! + merge request! </p> <p> Some resources aren't free - the below key will help you figure out whether you need to pay for |