summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-28 10:02:22 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-28 10:02:22 +0200
commit4dee98beb702f8e9d0364543160c5d2b842d9700 (patch)
tree05790298cefe0f85de95a0339bdb596533cfed44
parent38431ff7ea046b3585daa082c7914ccfda578213 (diff)
downloadcommunity.vyos.net-4dee98beb702f8e9d0364543160c5d2b842d9700.tar.gz
community.vyos.net-4dee98beb702f8e9d0364543160c5d2b842d9700.zip
downloads: move links from downloads.vyos.io to vyos.net/get
-rw-r--r--site/contribute/index.md3
-rw-r--r--templates/main.html2
2 files changed, 2 insertions, 3 deletions
diff --git a/site/contribute/index.md b/site/contribute/index.md
index 6c9a797..9e60644 100644
--- a/site/contribute/index.md
+++ b/site/contribute/index.md
@@ -45,8 +45,7 @@ We also have [badges](https://www.youracclaim.com/organizations/vyos/badges)!
### Testing latest builds
-* Get a [nightly build](https://downloads.vyos.io/?dir=rolling/current) or a
- [snapshot](/get/snapshots)
+* Get a [nightly build](/get/nightly-builds) or a [snapshot](/get/snapshots)
* Reports bugs in [Phabricator](https://phabricator.vyos.net/maniphest).
### Spreading the word
diff --git a/templates/main.html b/templates/main.html
index d008285..ee7b3d7 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -72,7 +72,7 @@
<div class="footer__column">
<h3>Get VyOS</h3>
<ul>
- <li><a href="https://downloads.vyos.io/?dir=rolling/current/">Nightly builds</a></li>
+ <li><a href="/get/nightly-builds">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>