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 | |
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.
-rw-r--r-- | src/contribute/donate.html | 2 | ||||
-rw-r--r-- | src/quickstart/index.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/contribute/donate.html b/src/contribute/donate.html index adc963f..355f887 100644 --- a/src/contribute/donate.html +++ b/src/contribute/donate.html @@ -34,7 +34,7 @@ __HEADER__ <div class="row"> <div class="col-12 col-md-10 coffset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3"> <h1 class="display-4 font-weight-bold">Coming Soon</h1> - <h5 class="font-weight-light text-black-05">We're not quite ready to share this.</h5> + <h5 class="font-weight-light text-black-05">We're not quite ready to accept donations.</h5> <a class="button button-xl button-radius button-reveal-left-grey margin-top-30" href="/"><i class="fas fa-home"></i><span>Home</span></a> </div> </div><!-- end row --> 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> |