diff options
Diffstat (limited to 'templates/download.html')
-rw-r--r-- | templates/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/download.html b/templates/download.html index f1ba9b3..b2f4744 100644 --- a/templates/download.html +++ b/templates/download.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %} -{{ config.title }} | {{ page.title }} +Downloads | {{ config.title }} {% endblock %} {% block content %} @@ -18,7 +18,7 @@ <h2 class="text-garage-gray text-xl font-semibold">Deploy with Docker</h2> <p>All of the builds listed in the sections below can be downloaded as Docker images available - <a href="https://hub.docker.com/u/dxflrs" class="text-garage-orange font-bold hover:underline">on the Docker hub</a>. + <a href="https://hub.docker.com/r/dxflrs/garage" class="text-garage-orange font-bold hover:underline">on the Docker hub</a>. </p> </div> <div id="docker-images" class="space-y-4"> |