You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/11/12 18:20:39 UTC

svn commit: r1638868 - /lucene/cms/trunk/templates/_solr-footer.html

Author: sarowe
Date: Wed Nov 12 17:20:39 2014
New Revision: 1638868

URL: http://svn.apache.org/r1638868
Log:
SOLR-6058: footer link: tutorials.html->quickstart.html

Modified:
    lucene/cms/trunk/templates/_solr-footer.html

Modified: lucene/cms/trunk/templates/_solr-footer.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/_solr-footer.html?rev=1638868&r1=1638867&r2=1638868&view=diff
==============================================================================
--- lucene/cms/trunk/templates/_solr-footer.html (original)
+++ lucene/cms/trunk/templates/_solr-footer.html Wed Nov 12 17:20:39 2014
@@ -32,7 +32,7 @@
       <h4>Get Started</h4>
       <ul>
         <li><a href="/solr/mirrors-solr-latest-redir.html">Download</a></li>
-        <li><a href="/solr/tutorials.html">Run Through the Tutorial</a></li>
+        <li><a href="/solr/quickstart.html">Run Through the Tutorial</a></li>
         <li><a href="/solr/resources.html">Level Up</a></li>
       </ul>
     </div>