Module: tools
Branch: master
Commit: 0fe6c628563604f2576944b43af0af780cbb3271
URL: http://source.winehq.org/git/tools.git/?a=commit;h=0fe6c628563604f2576944b4…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Thu Mar 23 12:48:25 2017 +0100
winetest/build-index: Use a relative link to the rejected reports page.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
winetest/build-index | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winetest/build-index b/winetest/build-index
index e811b62..1f0b2f5 100755
--- a/winetest/build-index
+++ b/winetest/build-index
@@ -328,7 +328,7 @@ print OUT <<"EOF";
<div class="navbar">
To run the tests on your Windows machine, download the <a href="/builds/winetest-latest.exe">latest winetest.exe</a> build.
If you have a 64-bit Windows OS, you can also run the <a href="/builds/winetest64-latest.exe">64-bit winetest</a>.<br>
-If you don't see your results, check the <a href="/data/errors.html">rejected reports</a> list.
+If you don't see your results, check the <a href="errors.html">rejected reports</a> list.
</div>
</body></html>
EOF