SOLR-1011 -- Links to Replication page and other cores are 404s

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-02-07 19:32:57 +00:00
parent a1b7dca1b8
commit 60347b2c2c
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
[<a href="file/?file=<%=core.getConfigResource()%>">Config</a>] [<a href="file/?file=<%=core.getConfigResource()%>">Config</a>]
<% } %> <% } %>
[<a href="analysis.jsp?highlight=on">Analysis</a>] [<a href="analysis.jsp?highlight=on">Analysis</a>]
[<a href="schema.jsp">Schema Browser</a>] <%if(replicationhandler != null ){%>[<a href="replication">Replication</a>]<%}%> [<a href="schema.jsp">Schema Browser</a>] <%if(replicationhandler != null ){%>[<a href="replication/index.jsp">Replication</a>]<%}%>
<br> <br>
[<a href="stats.jsp">Statistics</a>] [<a href="stats.jsp">Statistics</a>]
[<a href="registry.jsp">Info</a>] [<a href="registry.jsp">Info</a>]

View File

@ -333,7 +333,7 @@
<td><strong>Cores:</strong><br></td> <td><strong>Cores:</strong><br></td>
<td><% <td><%
for (String name : names) { for (String name : names) {
%>[<a href="../../<%=name%>/admin/"><%=name%> %>[<a href="../../../<%=name%>/admin/index.jsp"><%=name%>
</a>]<% </a>]<%
}%></td> }%></td>
</tr> </tr>