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:54:18 UTC

svn commit: r1704194 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/webapp/ solr/webapp/web/admin.html solr/webapp/web/index.html

Author: upayavira
Date: Sun Sep 20 20:54:13 2015
New Revision: 1704194

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

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/webapp/   (props changed)
    lucene/dev/branches/branch_5x/solr/webapp/web/admin.html
    lucene/dev/branches/branch_5x/solr/webapp/web/index.html

Modified: lucene/dev/branches/branch_5x/solr/webapp/web/admin.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/webapp/web/admin.html?rev=1704194&r1=1704193&r2=1704194&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/webapp/web/admin.html (original)
+++ lucene/dev/branches/branch_5x/solr/webapp/web/admin.html Sun Sep 20 20:54:13 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/branches/branch_5x/solr/webapp/web/index.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/webapp/web/index.html?rev=1704194&r1=1704193&r2=1704194&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/webapp/web/index.html (original)
+++ lucene/dev/branches/branch_5x/solr/webapp/web/index.html Sun Sep 20 20:54:13 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">