You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/08/03 20:36:13 UTC

[2/3] allura-site git commit: [#7915] Change links for installation docs

[#7915] Change links for installation docs


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/99517481
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/99517481
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/99517481

Branch: refs/heads/ib/7915
Commit: 995174814a20796e0cc4f02f769e20a83a03009a
Parents: 30f2c32
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Aug 3 21:28:37 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Aug 3 21:34:30 2015 +0300

----------------------------------------------------------------------
 _src/allura-theme/templates/index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/99517481/_src/allura-theme/templates/index.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/index.html b/_src/allura-theme/templates/index.html
index c63b655..28b72c3 100644
--- a/_src/allura-theme/templates/index.html
+++ b/_src/allura-theme/templates/index.html
@@ -80,19 +80,19 @@
     <h3 class="text-center">Resources</h3>
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-installation.png" alt="allura installation" height="187">
-      <a href="{{ GIT_URL }}ci/master/tree/INSTALL.markdown"><button class="auto-margin">Installation</button></a>
+      <a href="{{ FORGE_ALLURA_URL }}docs/getting_started/installation.html#step-by-step-installation"><button class="auto-margin">Installation</button></a>
       <p class="pad-top-sm text-center">Step-by-step installation guide</p>
     </div>
 
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-quickstart.png" alt="allura quick start" height="187">
-      <a href="{{ WIKI_URL }}Install%20and%20Run%20Allura%20-%20Vagrant/"><button class="auto-margin">Quick Start</button></a>
-      <p class="pad-top-sm text-center">Get a quick start with Vagrant VM</p>
+      <a href="{{ FORGE_ALLURA_URL }}docs/getting_started/installation.html#using-docker"><button class="auto-margin">Quick Start</button></a>
+      <p class="pad-top-sm text-center">Get a quick start with Docker containers</p>
     </div>
 
     <div class="col-8 pad-vert-sm">
       <img class="icon" src="theme/img/ic-resources-docs.png" alt="allura documentation" height="187">
-      <a href="{{ FORGE_ALLURA_URL }}docs/#running-allura"><button class="auto-margin">Documentation</button></a>
+      <a href="{{ FORGE_ALLURA_URL }}docs/"><button class="auto-margin">Documentation</button></a>
       <p class="pad-top-sm text-center">Check out the Allura documentation</p>
     </div>
   </div>
@@ -113,7 +113,7 @@
       <ul class="auto-margin bg-shadow pad-sm">
         <li><a class="text-white" href="http://mail-archives.apache.org/mod_mbox/allura-dev/">dev@allura Mailing List</a></li>
         <li class="text-white"><a class="text-white pad-right-xs" href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a class="text-white" href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
-        <li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/#extending-allura">Developer Docs</a></li>
+        <li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/">Developer Docs</a></li>
         <li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/contributing.html">Contributing Guide</a></li>
         <li><a class="text-white" href="https://builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
       </ul>