diff options
author | Daniil Baturin <daniil@baturin.org> | 2022-08-17 12:39:40 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2022-08-17 12:40:06 +0100 |
commit | 4862ec0431f49dd208814287c8a73a33502a9fbe (patch) | |
tree | 442c599056563988769c90104997d0b999a13552 | |
parent | 197323a832082991aec0c287ee6a5b1620f6067c (diff) | |
download | community.vyos.net-4862ec0431f49dd208814287c8a73a33502a9fbe.tar.gz community.vyos.net-4862ec0431f49dd208814287c8a73a33502a9fbe.zip |
Remove remaining links to snapshots
-rw-r--r-- | site/contribute/index.md | 2 | ||||
-rw-r--r-- | templates/main.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/site/contribute/index.md b/site/contribute/index.md index 4780a20..7de5535 100644 --- a/site/contribute/index.md +++ b/site/contribute/index.md @@ -45,7 +45,7 @@ We also have [badges](https://www.youracclaim.com/organizations/vyos/badges)! ### Testing latest builds -* Get a [nightly build](/get/nightly-builds) or a [snapshot](/get/snapshots) +* Get a [nightly build](/get/nightly-builds). * Reports bugs in [Phabricator](https://phabricator.vyos.net/maniphest). ### Spreading the word diff --git a/templates/main.html b/templates/main.html index dc7ec2b..9db7050 100644 --- a/templates/main.html +++ b/templates/main.html @@ -74,7 +74,6 @@ <h3>Get VyOS</h3> <ul> <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> </div> |