Skip to content

Commit 4092fcf

Browse files
committed
Update netcup website URL
Via e-mail forwarded to me by Chris. Reported-by: Chris Lovering <[email protected]>
1 parent 8d65202 commit 4092fcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pydis_site/apps/content/resources/guides/python-guides/vps-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc: 2
99
If you need to run your bot 24/7 (with no downtime), you should consider using a virtual private server (VPS). Here is a list of VPS services that are sufficient for running Discord bots.
1010

1111
* Europe
12-
* [netcup](https://www.netcup.eu/?ref=177518)
12+
* [netcup](https://www.netcup.com/?ref=177518)
1313
* Germany & Austria data centres.
1414
* Great affiliate program.
1515
* [Yandex Cloud](https://cloud.yandex.ru/)

pydis_site/templates/base/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer class="footer has-background-grey-darker">
22
<div class="content has-text-centered has-text-grey-lighter">
33
<p>
4-
Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.eu/?ref=177518"><span id="netcup-logo">netcup</span></a><br>Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> &copy; {% now "Y" %} <span id="pydis-text">Python Discord</span>
4+
Powered by <a href="https://www.linode.com/?r=3bc18ce876ff43ea31f201b91e8e119c9753f085"><span id="linode-logo">Linode</span></a> and <a href="https://www.netcup.com/?ref=177518"><span id="netcup-logo">netcup</span></a><br>Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> &copy; {% now "Y" %} <span id="pydis-text">Python Discord</span>
55
</p>
66
</div>
77
</footer>

pydis_site/templates/home/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h1 class="title is-6 has-text-grey">
188188
Sponsors
189189
</h1>
190190
<div class="columns is-vcentered">
191-
<a href="https://www.netcup.eu/?ref=177518" class="column is-one-third">
191+
<a href="https://www.netcup.com/?ref=177518" class="column is-one-third">
192192
<img class="light-image" src="{% static "images/sponsors/netcup.png" %}" alt="netcup" loading="lazy"/>
193193
<img class="dark-image" src="{% static "images/sponsors_dark/netcup.png" %}" alt="netcup" loading="lazy"/>
194194
</a>

0 commit comments

Comments
 (0)