[Tools] winetest/build-index: Use a relative link to the rejected reports page.

Francois Gouget fgouget at codeweavers.com
Thu Mar 23 06:48:25 CDT 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

I was misled by the /builds links. Those are not in /data and thus need 
the leading slash but errors.html is in the same directory as index.html 
and thus does not need it.

 winetest/build-index | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/build-index b/winetest/build-index
index 00aa069..33cc9a5 100755
--- a/winetest/build-index
+++ b/winetest/build-index
@@ -326,7 +326,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
-- 
2.11.0




More information about the wine-patches mailing list