summaryrefslogtreecommitdiff
path: root/buildmaster/index.html
diff options
context:
space:
mode:
authorTyler Dence <tyzoid.d@gmail.com>2018-04-15 16:41:01 -0400
committerTyler Dence <tyzoid.d@gmail.com>2018-04-15 16:41:01 -0400
commitd7b53279fb0da4dd0ed0b364c51f670b30492eb6 (patch)
tree0b20eac8466346f89229f93dcd80d46b530aa9fc /buildmaster/index.html
parent66dac0ee4aebc59a4997dc2c5f3c07ff63669647 (diff)
downloadarchweb32-d7b53279fb0da4dd0ed0b364c51f670b30492eb6.tar.xz
Fix broken links by rooting anchor hrefs
Diffstat (limited to 'buildmaster/index.html')
-rw-r--r--buildmaster/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/buildmaster/index.html b/buildmaster/index.html
index 963d316..6ed3f6c 100644
--- a/buildmaster/index.html
+++ b/buildmaster/index.html
@@ -3,14 +3,14 @@
<title>Archlinux32 packages</title>
</head>
<body>
-<a href="buildmaster/build-list.php">build list</a>
-<a href="buildmaster/build-list.php?show=broken">broken packages</a><br>
-<a href="buildmaster/build-slaves.php">build-slaves</a>
-<a href="buildmaster/status.php">status</a><br>
-<a href="buildmaster/mysql-issues.php">broken dependencies in the database</a><br>
-<a href="buildmaster/todos.php">todos</a>
-as <a href="buildmaster/todos.php?graph">graph</a><br>
-<a href="buildmaster/blacklist.php">blacklisted packages</a><br>
-<img src="buildmaster/statistics.php?log"><br>
+<a href="/buildmaster/build-list.php">build list</a>
+<a href="/buildmaster/build-list.php?show=broken">broken packages</a><br>
+<a href="/buildmaster/build-slaves.php">build-slaves</a>
+<a href="/buildmaster/status.php">status</a><br>
+<a href="/buildmaster/mysql-issues.php">broken dependencies in the database</a><br>
+<a href="/buildmaster/todos.php">todos</a>
+as <a href="/buildmaster/todos.php?graph">graph</a><br>
+<a href="/buildmaster/blacklist.php">blacklisted packages</a><br>
+<img src="/buildmaster/statistics.php?log"><br>
</body>
</html>