diff options
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |