diff options
-rw-r--r-- | templates/main.html | 1 | ||||
-rw-r--r-- | templates/menu.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/main.html b/templates/main.html index adff98c..767ce39 100644 --- a/templates/main.html +++ b/templates/main.html @@ -29,7 +29,6 @@ <div class="header__links-side">
<a href="/get">GET VYOS</a>
<a href="/contribute">CONTRIBUTE</a>
- <a href="/test">TEST AND REPORT A BUG</a>
<a href="http://vyos.io">COMMERCIAL SERVICES</a>
</div>
</div>
diff --git a/templates/menu.html b/templates/menu.html index 6acb1a9..6ec3ed3 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -1,6 +1,5 @@ <nav> <a href="/download">Get VyOS</a> <a href="/contribute">Contribute</a> - <a href="https://phabricator.vyos.net">Report a bug</a> <a href="https://vyos.io">Commercial services</a> </nav> |