summaryrefslogtreecommitdiff
path: root/buildmaster/todos.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-04 21:17:32 +0200
committerErich Eckner <git@eckner.net>2018-06-04 21:17:32 +0200
commit742de15a7e761cb4e9f7544435188552dcf44ad4 (patch)
tree2cfefb7d326246edf36e3d9e6e08a72703d6a58f /buildmaster/todos.php
parente9f68c699a6f94169c1191462dc649548d5c89f6 (diff)
downloadwebsite-742de15a7e761cb4e9f7544435188552dcf44ad4.tar.xz
github.com -> git.archlinux32.org
Diffstat (limited to 'buildmaster/todos.php')
-rw-r--r--buildmaster/todos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/todos.php b/buildmaster/todos.php
index 427d2cc..3251778 100644
--- a/buildmaster/todos.php
+++ b/buildmaster/todos.php
@@ -76,7 +76,7 @@ if (isset($_GET["graph"])) {
while ($row = $result->fetch_assoc()) {
print "<a href=\"#TODO" . $row["id"] . "\" name=\"TODO" . $row["id"] ."\">TODO #" . $row["id"] . "</a>";
print " - ";
- print "<a href=\"https://github.com/archlinux32/builder/blob/master/" . $row["file"] . "#L" . $row["line"] . "\">" . $row["file"] . "(line " . $row["line"] . ")</a>";
+ print "<a href=\"https://git.archlinux32.org/archlinux32/builder/src/branch/master/" . $row["file"] . "#L" . $row["line"] . "\">" . $row["file"] . "(line " . $row["line"] . ")</a>";
print ":<br>\n";
print str_replace("\\n","<br>\n",$row["description"]);
print "<br>\n";