You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by bu...@apache.org on 2016/05/27 00:16:28 UTC

incubator-asterixdb-site git commit: Fix broken links.

Repository: incubator-asterixdb-site
Updated Branches:
  refs/heads/asf-site 6eb4976e2 -> 9678e1b61


Fix broken links.

Change-Id: Ia600f978fd67f8a530c7e48bc1385ac43849d642
Reviewed-on: https://asterix-gerrit.ics.uci.edu/889
Reviewed-by: Till Westmann <ti...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/commit/9678e1b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/tree/9678e1b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/diff/9678e1b6

Branch: refs/heads/asf-site
Commit: 9678e1b61cef17a4a12546531e8d78f2ee2cc5db
Parents: 6eb4976
Author: Yingyi Bu <yi...@couchbase.com>
Authored: Thu May 26 16:45:59 2016 -0700
Committer: Yingyi Bu <bu...@gmail.com>
Committed: Thu May 26 17:15:25 2016 -0700

----------------------------------------------------------------------
 content/index.html | 4 ++--
 index.md           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/9678e1b6/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 821eb41..b2bd245 100644
--- a/content/index.html
+++ b/content/index.html
@@ -188,9 +188,9 @@
     <h3 id="download">Download</h3>
     <p><a class="btn btn-md btn-success" href="http://www.apache.org/dyn/closer.lua/incubator/asterixdb/asterix-installer-0.8.8-incubating-binary-assembly.zip" role="button">Download AsterixDB 0.8.8-incubating <i class="fa fa-download fa-lg"></i></a>
       <a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb/" role="button">GitHub <i class="fa fa-github fa-lg"></i></a></p>
-    <p><a href="docs/install.html">Installation Guide</a></p>
+    <p><a href="docs/0.8.8-incubating/install.html">Installation Guide</a></p>
 
-    <p><a href="docs/aql/primer.html">AsterixDB 101</a></p>
+    <p><a href="docs//0.8.8-incubating/aql/primer.html">AsterixDB 101</a></p>
   </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/9678e1b6/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 8c4f0fb..19e593b 100644
--- a/index.md
+++ b/index.md
@@ -88,9 +88,9 @@ If you would like to know more about how to contribute to AsterixDB or any of it
 ### Download
    <p><a class="btn btn-md btn-success" href="{{ site.STABLE_DOWNLOAD_URL }}" role="button">Download AsterixDB {{ site.STABLE_VERSION }} <i class="fa fa-download fa-lg"></i></a>
       <a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb/" role="button">GitHub <i class="fa fa-github fa-lg"></i></a></p>
-   [Installation Guide]({{ site.DOCS_BASE_URL }}/install.html)
+   [Installation Guide]({{ site.DOCS_BASE_URL }}/{{ site.STABLE_VERSION }}/install.html)
 
-   [AsterixDB 101]({{ site.DOCS_BASE_URL }}/aql/primer.html)
+   [AsterixDB 101]({{ site.DOCS_BASE_URL }}//{{ site.STABLE_VERSION }}/aql/primer.html)
   </div>
 </div>