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/Table_RobotsTxt_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/Table_RobotsTxt_p.html')
| -rw-r--r-- | htroot/Table_RobotsTxt_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Table_RobotsTxt_p.html b/htroot/Table_RobotsTxt_p.html index db1fe281f..df48c4258 100644 --- a/htroot/Table_RobotsTxt_p.html +++ b/htroot/Table_RobotsTxt_p.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Table Viewer</title>
- <link rel="alternate" type="application/xml" title="robots.txt Table" href="/api/table_p.xml?table=robots&pk=" />
+ <link rel="alternate" type="application/xml" title="robots.txt Table" href="api/table_p.xml?table=robots&pk=" />
#%env/templates/metas.template%#
</head>
<body id="Tables">
@@ -23,7 +23,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de #%env/templates/submenuCrawlMonitor.template%#
<h2>robots.txt table</h2>
- <iframe src="/api/table_p.html?table=robots&row=hostname,modDate,date,disallow,crawlDelayMillis,etag,sitemap" width="100%" height="600" frameborder="0" scrolling="auto"></iframe><br />
+ <iframe src="api/table_p.html?table=robots&row=hostname,modDate,date,disallow,crawlDelayMillis,etag,sitemap" width="100%" height="600" frameborder="0" scrolling="auto"></iframe><br />
#%env/templates/footer.template%#
</body>
|
