mirror of https://github.com/apache/lucene.git
SOLR-1273: quick and ugly attempt at reducing confusion by adding links to the wiki for hte distribution and replication pages
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@812772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
042f7c0ba9
commit
7ec596bd5f
|
@ -147,8 +147,10 @@
|
|||
|
||||
|
||||
<br clear="all">
|
||||
<h2>Distribution Info</h2>
|
||||
<h3><%= mode %> Server</h3>
|
||||
<h2>Distribution Info: <%= mode %> Server</h2>
|
||||
<br clear="all" />
|
||||
(<a href="http://wiki.apache.org/solr/CollectionDistribution">What Is This Page?</a>)
|
||||
<br clear="all" />
|
||||
<table>
|
||||
<%= buffer %>
|
||||
</table>
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
<%-- do a verbatim include so we can use the local vars --%>
|
||||
<%@include file="header.jsp"%>
|
||||
|
||||
<br clear="all">
|
||||
<br clear="all" />
|
||||
(<a href="http://wiki.apache.org/solr/SolrReplication">What Is This Page?</a>)
|
||||
<br clear="all" />
|
||||
<table>
|
||||
|
||||
<%
|
||||
|
|
Loading…
Reference in New Issue