diff options
author | Zach van Rijn <me@zv.io> | 2021-05-31 21:48:42 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-05-31 21:48:42 -0500 |
commit | aebd6f6552c686374aedd72db32315b86aca5446 (patch) | |
tree | 064ffc1becb3c776da214e0046ab72b05d022622 /src/quickstart | |
parent | 35e3f4c2df51db5609fd8bf15d9f5e985673a490 (diff) | |
download | site-ng-aebd6f6552c686374aedd72db32315b86aca5446.tar.gz site-ng-aebd6f6552c686374aedd72db32315b86aca5446.tar.bz2 site-ng-aebd6f6552c686374aedd72db32315b86aca5446.tar.xz site-ng-aebd6f6552c686374aedd72db32315b86aca5446.zip |
Point Quick Start to the GitLab Wiki. Update donation text.
Diffstat (limited to 'src/quickstart')
-rw-r--r-- | src/quickstart/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quickstart/index.html b/src/quickstart/index.html index d432dc5..abe9839 100644 --- a/src/quickstart/index.html +++ b/src/quickstart/index.html @@ -43,21 +43,21 @@ __HEADER__ <div class="section padding-top-0"> <div class="container"> <div class="row icon-5xl text-center"> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="installation.html"> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://git.adelielinux.org/adelie/docs/-/wikis/Quick-Start-Guides/Installation"> <div class="border-all border-radius padding-40 hover-shadow"> <i class="ti-import text-dark"></i> <h5 class="font-weight-normal margin-top-20">Installation</h5> <p>Most users will want to use our installer. Manual installation is easy, too, for advanced cases.</p> </div> </a> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="packages.html"> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://git.adelielinux.org/adelie/docs/-/wikis/Quick-Start-Guides/Getting-Packages"> <div class="border-all border-radius padding-40 hover-shadow"> <i class="ti-package text-dark"></i> <h5 class="font-weight-normal margin-top-20">Getting Packages</h5> <p>Our package manager is simple. You tell it what you want, and it figures out how to make it happen.</p> </div> </a> - <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="customize.html"> + <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://git.adelielinux.org/adelie/docs/-/wikis/Quick-Start-Guides/Customizing-Ad%C3%A9lie"> <div class="border-all border-radius padding-40 hover-shadow"> <i class="ti-panel text-dark"></i> <h5 class="font-weight-normal margin-top-20">Customizing Adélie</h5> |