diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/base.html | 2 | ||||
-rw-r--r-- | templates/main/info/faq.html | 2 | ||||
-rw-r--r-- | templates/main/info/resources.html | 2 | ||||
-rw-r--r-- | templates/wiki/base.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/main/base.html b/templates/main/base.html index db7387b4..9c58fefa 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -47,7 +47,7 @@ <p> This website uses <a href="https://python.org">Python</a> and <a href="http://flask.pocoo.org/">Flask</a>, and was developed collaboratively on - <a href="https://gitlab.com/discord-python/projects/site">GitLab</a>. + <a href="https://gitlab.com/python-discord/projects/site">GitLab</a>. <br /> For privacy & GDPR-related info, please <a href="{{ url_for("main.about.privacy") }}">see this page</a>. </p> diff --git a/templates/main/info/faq.html b/templates/main/info/faq.html index fb5912f5..b9e4cf08 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://gitlab.com/discord-python">our projects</a>? + <a href="https://gitlab.com/python-discord">our projects</a>? </p> </div> </div> diff --git a/templates/main/info/resources.html b/templates/main/info/resources.html index 991ecc8e..574d0bfb 100644 --- a/templates/main/info/resources.html +++ b/templates/main/info/resources.html @@ -19,7 +19,7 @@ <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://gitlab.com/discord-python/projects/site/blob/master/static/resources.json">on GitLab</a> - + <a href="https://gitlab.com/python-discord/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 merge request! </p> diff --git a/templates/wiki/base.html b/templates/wiki/base.html index e6766aab..f9aa251e 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -208,7 +208,7 @@ <p> This website uses <a href="https://python.org">Python</a> and <a href="http://flask.pocoo.org/">Flask</a>, and was developed collaboratively on - <a href="https://gitlab.com/discord-python/projects/site">GitLab</a>. + <a href="https://gitlab.com/python-discord/projects/site">GitLab</a>. <br /> For privacy & GDPR-related info, please <a href="{{ url_for("main.about.privacy") }}">see this page</a>. </p> |