diff options
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
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> |