Repository: asterixdb-site
Updated Branches:
  refs/heads/asf-site 45630d3b9 -> 572acec73


Update frontpage links to SQLPP/NCservice

Change-Id: Ib852cde3e959f61fc2c96650535353c0b137c141
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1989
Reviewed-by: Till Westmann <[email protected]>


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

Branch: refs/heads/asf-site
Commit: 572acec73745920c0a6eff9f1fbc3399a07da1ee
Parents: 45630d3
Author: Ian Maxon <[email protected]>
Authored: Fri Sep 1 14:43:10 2017 +0200
Committer: Ian Maxon <[email protected]>
Committed: Thu Sep 14 12:35:46 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/572acec7/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 9f7b0c4..35b871d 100644
--- a/content/index.html
+++ b/content/index.html
@@ -190,9 +190,9 @@
     <h3 id="download">Download</h3>
     <p><a class="btn btn-md btn-success" 
href="http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-0.9.2/asterix-installer-0.9.2-binary-assembly.zip";
 role="button">Download AsterixDB 0.9.2 <i class="fa fa-download fa-lg"></i></a>
       <a class="btn btn-md btn-info" 
href="https://github.com/apache/asterixdb/"; role="button">GitHub <i class="fa 
fa-github fa-lg"></i></a></p>
-    <p><a href="docs/0.9.2/install.html">Installation Guide</a></p>
+    <p><a href="docs/0.9.2/ncservice.html">Installation Guide</a></p>
 
-    <p><a href="docs/0.9.2/aql/primer.html">AsterixDB 101</a></p>
+    <p><a href="docs/0.9.2/sqlpp/primer.html">AsterixDB 101</a></p>
   </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/572acec7/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 50273a6..3ba2e18 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/asterixdb/"; role="button">GitHub <i class="fa 
fa-github fa-lg"></i></a></p>
-   [Installation Guide]({{ site.DOCS_BASE_URL }}/{{ site.STABLE_VERSION 
}}/install.html)
+   [Installation Guide]({{ site.DOCS_BASE_URL }}/{{ site.STABLE_VERSION 
}}/ncservice.html)
 
-   [AsterixDB 101]({{ site.DOCS_BASE_URL }}/{{ site.STABLE_VERSION 
}}/aql/primer.html)
+   [AsterixDB 101]({{ site.DOCS_BASE_URL }}/{{ site.STABLE_VERSION 
}}/sqlpp/primer.html)
   </div>
 </div>
 

Reply via email to