diff options
-rw-r--r-- | templates/main.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/main.html b/templates/main.html index 67bf37c..9292d1b 100644 --- a/templates/main.html +++ b/templates/main.html @@ -28,10 +28,10 @@ </div>
</div>
<div class="header__links-side">
- <a href="/download">GET VYOS</a>
- <a href="#">CONTRIBUTE</a>
- <a href="#">REPORT A BUG</a>
- <a href="#">COMMERCIAL SERVICES</a>
+ <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 class="header__mobile-menu__buttons">
|