summaryrefslogtreecommitdiff
path: root/templates/public
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/donate.html7
-rw-r--r--templates/public/download.html4
-rw-r--r--templates/public/index.html3
3 files changed, 2 insertions, 12 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 7b104e4e..2bb2a53e 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -44,13 +44,6 @@
title="velocity network"><img width="252" height="58" src="{% static "vnet_button.png" %}" class="sponsor-btn-vnet"
title="" alt="velocity network - it's about time" /></a>
- <p>More thanks go to <a href="http://www.airvm.com/ArchLinux"
- title="AirVM.com">AirVM.com</a> for contributing a VMWare-based Virtual Machine.</p>
-
- <a href="http://www.airvm.com/ArchLinux"
- title="AirVM.com - Your Green Technology Partner"><img width="252" height="58" src="{% static "airvm_button.png" %}"
- class="sponsor-btn-airvm" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner" /></a>
-
<p>We would also like to thank Kartenzia for sponsoring a dedicated Arch Linux Server.
Kartenzia.de is a new Start-Up based in Germany and specializes in
eco-friendly invitations like <a href="http://www.kartenzia.de/weihnachtskarten/">Weihnachten</a>.</p>
diff --git a/templates/public/download.html b/templates/public/download.html
index 4eaf948c..c0251d2f 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -69,8 +69,8 @@
<p>If you have a wired connection, you can boot the latest release directly over the network.</p>
<ul>
- <li><a href="{{ releng_pxeboot_url }}"
- title="{{BRANDING_DISTRONAME}} Netboot Live System">{{BRANDING_DISTRONAME}} Linux Netboot</a></li>
+ <li><a href="{% url 'releng-netboot-info' %}"
+ title="{{BRANDING_DISTRONAME}} Netboot">{{BRANDING_DISTRONAME}} Netboot</a></li>
</ul>
<h3>HTTP Direct Downloads</h3>
diff --git a/templates/public/index.html b/templates/public/index.html
index a5d30687..a1dda065 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -203,9 +203,6 @@
<a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux" title="Velocity Network">
<img width="252" height="58" src="{% static "vnet_button.png" %}" alt="Velocity Network - It's about time" />
</a>
- <a href="http://www.airvm.com/ArchLinux" title="AirVM.com - Your Green Technology Partner">
- <img width="252" height="58" src="{% static "airvm_button.png" %}" alt="AirVM.com - Your Green Technology Partner" />
- </a>
</div>
{% endcache %}
{% endblock %}