diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-08 03:05:51 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-08 03:05:51 +0100 |
| commit | 84b81c1af0e3a5f0fc15047074601398d3ff5b0d (patch) | |
| tree | 3624634334481a173fc47ba46ba20f2aa992f4a7 /htroot/Network.html | |
| parent | 731684105abfdf866a38e51b3e55a31778900759 (diff) | |
Switched more URLs to relative ones when possible.
This permits an easier and more flexible reverse proxy configuration.
Some related mantis issues : http://mantis.tokeek.de/view.php?id=106 and
http://mantis.tokeek.de/view.php?id=701
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 487078634..3a12d013a 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -31,7 +31,7 @@ </div>
#(/menu)#
-<div id="api"><a href="Network.xml" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a>
+<div id="api"><a href="Network.xml" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a>
<span>The information that is presented on this page can also be retrieved as XML.
Click the API icon to see the XML.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API wiki page</a>.</span>
|
