You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by up...@apache.org on 2015/09/20 22:53:53 UTC

svn commit: r1704193 - in /lucene/dev/trunk/solr/webapp/web: admin.html index.html

Author: upayavira
Date: Sun Sep 20 20:53:49 2015
New Revision: 1704193

URL: http://svn.apache.org/viewvc?rev=1704193&view=rev
Log:
SOLR-7858 Fix info link to point to newly created wiki page

Modified:
    lucene/dev/trunk/solr/webapp/web/admin.html
    lucene/dev/trunk/solr/webapp/web/index.html

Modified: lucene/dev/trunk/solr/webapp/web/admin.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/admin.html?rev=1704193&r1=1704192&r2=1704193&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/admin.html (original)
+++ lucene/dev/trunk/solr/webapp/web/admin.html Sun Sep 20 20:53:49 2015
@@ -80,7 +80,7 @@ limitations under the License.
       </div>
 
       <div class="other-ui-link">
-        <a href="/solr/index.html">New UI</a><a href="http://lucene.apache.org/ui-change.html">&nbsp;<span class="help"></span></a>
+        <a href="/solr/index.html">New UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI">&nbsp;<span class="help"></span></a>
       </div>
 
       <div id="content-wrapper">

Modified: lucene/dev/trunk/solr/webapp/web/index.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/index.html?rev=1704193&r1=1704192&r2=1704193&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/index.html (original)
+++ lucene/dev/trunk/solr/webapp/web/index.html Sun Sep 20 20:53:49 2015
@@ -120,7 +120,7 @@ limitations under the License.
       </div>
 
       <div class="other-ui-link">
-        <a href="/solr/">Original UI</a><a href="http://lucene.apache.org/ui-change.html">&nbsp;<span class="help"></span></a>
+        <a href="/solr/">Original UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI">&nbsp;<span class="help"></span></a>
       </div>
 
       <div id="content-wrapper">