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/09 20:30:38 UTC

svn commit: r1637723 - /lucene/cms/branches/solr_6058/templates/solr-index.html

Author: sarowe
Date: Sun Nov  9 19:30:37 2014
New Revision: 1637723

URL: http://svn.apache.org/r1637723
Log:
SOLR-6058: the front page link to the tutorial should go to the Solr Quick Start tutorial

Modified:
    lucene/cms/branches/solr_6058/templates/solr-index.html

Modified: lucene/cms/branches/solr_6058/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/solr-index.html?rev=1637723&r1=1637722&r2=1637723&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/solr-index.html (original)
+++ lucene/cms/branches/solr_6058/templates/solr-index.html Sun Nov  9 19:30:37 2014
@@ -251,13 +251,13 @@
           </a>
         </div>
         <div class="large-4 columns">
-          <a href="/solr/tutorials.html">
+          <a href="/solr/quickstart.html">
             <div class="box">
               <div class="img"><img src="/solr/assets/images/icon-run-install.svg"/></div>
               <div class="title">
                 <h3>Run Through the Tutorial</h3>
               </div>
-              <p>The Solr Getting Started tutorial will help you start working with Solr.</p>
+              <p>The Solr Quick Start tutorial will help you start working with Solr.</p>
               <span class="btn1">Read the Tutorial</span>
             </div>
           </a>