aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/bucketdb/bucketmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/vespa/storage/bucketdb/bucketmanager.cpp')
-rw-r--r--storage/src/vespa/storage/bucketdb/bucketmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/bucketdb/bucketmanager.cpp b/storage/src/vespa/storage/bucketdb/bucketmanager.cpp
index 166bda1adbb..51422de07e6 100644
--- a/storage/src/vespa/storage/bucketdb/bucketmanager.cpp
+++ b/storage/src/vespa/storage/bucketdb/bucketmanager.cpp
@@ -376,8 +376,8 @@ BucketManager::reportStatus(std::ostream& out,
} else {
framework::PartlyHtmlStatusReporter htmlReporter(*this);
htmlReporter.reportHtmlHeader(out, path);
- // Print menu
- out << "<font size=\"-1\">[ <a href=\"/\">Back to top</a>"
+ // Print menu
+ out << "<font size=\"-1\">[ <a href=\"../\">Back to top</a>"
<< " | <a href=\"?showall\">Show all buckets</a> ]</font>";
htmlReporter.reportHtmlFooter(out, path);
}