summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/contribute/architecture.md3
-rw-r--r--site/contribute/index.md (renamed from site/contribute.md)2
-rw-r--r--site/index.html10
-rw-r--r--templates/banner.html4
-rw-r--r--templates/main.html2
5 files changed, 12 insertions, 9 deletions
diff --git a/site/contribute/architecture.md b/site/contribute/architecture.md
new file mode 100644
index 0000000..f0ef48f
--- /dev/null
+++ b/site/contribute/architecture.md
@@ -0,0 +1,3 @@
+# VyOS architecture
+
+VyOS is designed to be an extensible, modular platform.
diff --git a/site/contribute.md b/site/contribute/index.md
index 3dca780..c4c21b8 100644
--- a/site/contribute.md
+++ b/site/contribute/index.md
@@ -25,7 +25,7 @@ but we are ready to share our work with everyone who helps us move the project f
This includes everyone who contributes code, tests latest builds, writes documentation,
or promotes VyOS in the social media or at live events.
-Read about our contributor subscription [eligibility guidelines](/contributor-subscriptions).
+Read about our contributor subscription [eligibility guidelines](/get/contributor-subscriptions).
We also have [badges](https://www.youracclaim.com/organizations/vyos/badges)!
diff --git a/site/index.html b/site/index.html
index 91d4d55..dc44461 100644
--- a/site/index.html
+++ b/site/index.html
@@ -19,7 +19,7 @@
<p>We also keep the complete build toolchain available, and we strive to make it easy to use. You can build a VyOS image in just a few commands. There is no special maintainer toolchain we keep to ourselves: all image build tools are available to everyone interested.</p>
</div>
<div class="inform-column__button">
- <a href="#" class="inform-column__btn">Learn how to build a VyOS image</a>
+ <a href="https://docs.vyos.io/en/latest/contributing/build-vyos.html" class="inform-column__btn">Learn how to build a VyOS image</a>
</div>
</div>
@@ -38,7 +38,7 @@
<p>We do not have any contributor agreements that require you to transfer your copyrights to us. The copyright is shared between all contributors. This means no one can make a closed source fork of VyOS—not even its current maintainers.</p>
</div>
<div class="inform-column__button">
- <a href="#" class="inform-column__btn">Read contributing guidelines</a>
+ <a href="/contribute" class="inform-column__btn">Start contributing</a>
</div>
</div>
@@ -57,7 +57,7 @@
<p>Every part of the system is open to contributions.</p>
</div>
<div class="inform-column__button">
- <a href="#" class="inform-column__btn">Read about VyOS architecture</a>
+ <a href="/contribute/architecture" class="inform-column__btn">Read about VyOS architecture</a>
</div>
</div>
@@ -71,12 +71,12 @@
</div>
</div>
<div class="inform-column__data">
- <p> We welcome all contributors. Even if you are not a programmer, there are many things to do: testing, documentation, evangelism and so on.</p>
+ <p>We welcome all contributors. Even if you are not a programmer, there are many things to do: testing, documentation, evangelism and so on.</p>
<p>Since you are sharing your time and effort with us to make the project better, we are also happy to share our LTS release maintenance effort with you. Every active contributor can get access to prebuilt LTS images.</p>
<p>We also issue contributor badges through YourAcclaim that you can put on your CV. Already a contributor?</p>
</div>
<div class="inform-column__button">
- <a href="#" class="inform-column__btn">Claim your rewards</a>
+ <a href="/get/contributor-subscriptions/" class="inform-column__btn">Claim your rewards</a>
</div>
</div>
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>