diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-01-29 04:32:05 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-01-29 04:32:05 +0700 |
commit | d930d384e4b49bc59a0394b7a67808b4110fdcca (patch) | |
tree | f069a1e5ca0de54a682d164b342a659a000d4f15 /templates | |
parent | 5782d0510108879c4cea2a82423e89281d2a5aa5 (diff) | |
download | community.vyos.net-d930d384e4b49bc59a0394b7a67808b4110fdcca.tar.gz community.vyos.net-d930d384e4b49bc59a0394b7a67808b4110fdcca.zip |
Fix obviously broken links.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/banner.html | 4 | ||||
-rw-r--r-- | templates/main.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/banner.html b/templates/banner.html index 07d3f35..04d9e92 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -1,9 +1,9 @@ <section class="banner"> <div class="container sm-none"> <div class="banner__text-button"> - <h1>VyOS - The Universal Router!</h1> + <h1>VyOS — The Universal Router.</h1> <div class="banner__btn_container"> - <a href="#">Learn about the project</a> + <a href="/about">Learn about the project</a> </div> </div> </div> diff --git a/templates/main.html b/templates/main.html index 4bdb60a..4ab8a4d 100644 --- a/templates/main.html +++ b/templates/main.html @@ -75,7 +75,7 @@ <div class="footer__column">
<h3>Get VyOS</h3>
<ul>
- <li><a href="/nightly-builds">Nightly builds</a></li>
+ <li><a href="https://downloads.vyos.io/?dir=rolling/current/">Nightly builds</a></li>
<li><a href="/get/snapshots">Snapshots</a></li>
<li><a href="/get/contributor-subscriptions">LTS release for contributors</a></li>
</ul>
|