You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/11/22 19:38:36 UTC

[18/50] [abbrv] accumulo-website git commit: Remove slash from links to news archive

Remove slash from links to news archive


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/f690c6b7
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/f690c6b7
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/f690c6b7

Branch: refs/heads/master
Commit: f690c6b70731306c298e82e72292b54088b4fa54
Parents: 96a13b9
Author: Mike Walch <mw...@apache.org>
Authored: Wed Oct 26 20:37:54 2016 -0400
Committer: Mike Walch <mw...@apache.org>
Committed: Wed Oct 26 20:37:54 2016 -0400

----------------------------------------------------------------------
 _includes/nav.html | 2 +-
 _layouts/post.html | 2 +-
 index.md           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/f690c6b7/_includes/nav.html
----------------------------------------------------------------------
diff --git a/_includes/nav.html b/_includes/nav.html
index 8767251..e72349b 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -47,7 +47,7 @@
           <li id="nav_getinvolved"><a href="{{ site.baseurl }}/get_involved">Get Involved</a></li>
           <li id="nav_mailinglists"><a href="{{ site.baseurl }}/mailing_list">Mailing Lists</a></li>
           <li id="nav_people"><a href="{{ site.baseurl }}/people">People</a></li>
-          <li id="nav_news"><a href="{{ site.baseurl }}/news/">News Archive</a></li>
+          <li id="nav_news"><a href="{{ site.baseurl }}/news">News Archive</a></li>
           <li id="nav_projects"><a href="{{ site.baseurl }}/projects">Community Projects</a></li>
           <li id="nav_thanks"><a href="{{ site.baseurl }}/thanks">Thanks</a></li>
           <li class="divider"></li>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/f690c6b7/_layouts/post.html
----------------------------------------------------------------------
diff --git a/_layouts/post.html b/_layouts/post.html
index 66dee81..5a9c338 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -5,4 +5,4 @@ layout: skeleton
 
 {{ content }}
 
-<p><strong>View all posts in the <a href="{{ site.baseurl }}/news/">news archive</a></strong></p>
+<p><strong>View all posts in the <a href="{{ site.baseurl }}/news">news archive</a></strong></p>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/f690c6b7/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 76272b2..d82cb19 100644
--- a/index.md
+++ b/index.md
@@ -27,7 +27,7 @@ legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, Apache Thrift, Apache, t
         </div>
         {% endfor %}
         <div id="news-archive-link">
-         <p>View all posts in the <a href="{{ site.baseurl }}/news/">news archive</a></p>
+         <p>View all posts in the <a href="{{ site.baseurl }}/news">news archive</a></p>
         </div>
       </div>
     </div>