summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autobuild/results.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/autobuild/results.php b/autobuild/results.php
index 6d6d090..3cbc476 100644
--- a/autobuild/results.php
+++ b/autobuild/results.php
@@ -356,8 +356,7 @@ foreach ($failure as $rpm => $error) {
$langs = $langs . " $lang";
}
} elseif ($attrtype === "err") {
- # TODO: create link into wiki with information about these errors
- $errors = "$errors $attrname";
+ $errors = "$errors <a href='https://wiki.mageia.org/en/Autobuild_errors#$attrname'>$attrname</a>";
} elseif ($attrtype === "stage") {
if ($attrname != 'nobuild') {
if ($attrname == 'preprep') {