diff options
| author | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
| commit | 365f77ea8c7aa07eb501095e9987f55dd5cd8a0b (patch) | |
| tree | e0e4e316ebfd50fd3f5c9b464e73ca5d54db3808 /htroot/IndexSchema_p.html | |
| parent | 0e10cd18f78c8cd5249d789728cbe574d9992b95 (diff) | |
make internal page links relative to ease any future development for context aware servlets
note also http://bugs.yacy.net/view.php?id=106
Diffstat (limited to 'htroot/IndexSchema_p.html')
| -rw-r--r-- | htroot/IndexSchema_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/IndexSchema_p.html b/htroot/IndexSchema_p.html index fb4217d4a..bc6391d4d 100644 --- a/htroot/IndexSchema_p.html +++ b/htroot/IndexSchema_p.html @@ -6,7 +6,7 @@ </head> <body id="IndexSchema_p"> <div id="api"> -<a href="/api/schema.xml?core=#[core]#"> +<a href="api/schema.xml?core=#[core]#"> <img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> <span>The solr schema can also be retrieved as xml here. Click the API icon to see the xml. Just copy this xml to solr/conf/schema.xml to configure solr.</span> </div> @@ -22,7 +22,7 @@ <option value="#[name]#" #(selected)#::selected="selected"#(/selected)#>#[name]#</option> #{/cores}# </select> - ... the core can be searched at <a href="/solr/select?core=#[core]#&q=*:*&start=0&rows=3">/solr/select?core=#[core]#&q=*:*&start=0&rows=3</a> + ... the core can be searched at <a href="solr/select?core=#[core]#&q=*:*&start=0&rows=3">/solr/select?core=#[core]#&q=*:*&start=0&rows=3</a> </form> <form action="IndexSchema_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> |
