You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/10/18 20:58:39 UTC

[accumulo-website] branch master updated: Fixed broken links

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ed855bc  Fixed broken links
ed855bc is described below

commit ed855bc2ead395e5a982b0a9a0b3d8e44b85ec25
Author: Mike Walch <mw...@apache.org>
AuthorDate: Thu Oct 18 16:58:01 2018 -0400

    Fixed broken links
---
 _includes/nav.html | 2 +-
 index.html         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/nav.html b/_includes/nav.html
index f4c3fe1..41549d6 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -25,7 +25,7 @@
         <li class="dropdown">
           <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
           <ul class="dropdown-menu">
-            <li><a href="{{ site.docs_baseurl }}/getting-started/design/">User Manual (2.x)</a></li>
+            <li><a href="{{ site.docs_baseurl }}/getting-started/design">User Manual (2.x)</a></li>
             <li><a href="{{ site.baseurl }}/quickstart-1.x">Quickstart (1.x)</a></li>
             <li><a href="{{ site.baseurl }}/{{ site.latest_minor_release }}/accumulo_user_manual.html">User Manual ({{ site.latest_minor_release }})</a></li>
             <li><a href="{{ site.baseurl }}/{{ site.latest_minor_release }}/apidocs">Javadocs ({{ site.latest_minor_release }})</a></li>
diff --git a/index.html b/index.html
index f10f9db..ad616c2 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@ skiph1fortitle: true
       </div>
       <div class="col-md-6">
         <h4>Stable</h4>
-        <p>Accumulo has a stable <a href="/latest/apidocs">client API</a> that follows <a href="https://semver.org">semantic versioning</a>. Each Accumulo release goes through <a href="{{ site.docs_baseurl }}/getting-started/features/#testing">extensive testing</a>.</p>
+        <p>Accumulo has a stable <a href="/latest/apidocs">client API</a> that follows <a href="https://semver.org">semantic versioning</a>. Each Accumulo release goes through <a href="{{ site.docs_baseurl }}/getting-started/features#testing">extensive testing</a>.</p>
       </div>
     </div>
   </div>