You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2014/07/03 20:50:34 UTC

svn commit: r1607714 - /lucene/cms/trunk/templates/solr-nav.html

Author: hossman
Date: Thu Jul  3 18:50:34 2014
New Revision: 1607714

URL: http://svn.apache.org/r1607714
Log:
replace direct wiki link with better doc link

Modified:
    lucene/cms/trunk/templates/solr-nav.html

Modified: lucene/cms/trunk/templates/solr-nav.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-nav.html?rev=1607714&r1=1607713&r2=1607714&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-nav.html (original)
+++ lucene/cms/trunk/templates/solr-nav.html Thu Jul  3 18:50:34 2014
@@ -3,7 +3,7 @@
   <li><a href="solrnews.html">News</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="discussion.html">Mailing Lists</a></li>
-  <li><a href="wiki.html">Wiki</a></li>
+  <li><a href="documentation.html">Documentation</a></li>
   <li><a href="tutorial.html">Tutorial</a></li>
   <li><a href="https://issues.apache.org/jira/browse/SOLR">Issue Tracker</a></li>
   <li><a class="last" href="../">Lucene TLP</a></li>