diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-28 17:52:16 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-28 17:53:23 -0500 |
commit | 11962fab9da3839564fb132109267b8cd6feb6ac (patch) | |
tree | a3ece00b56e812e4c9c033c5b00ddeae2eff9eeb /templates/public | |
parent | 1ff9c0fc5db1aab393eed5751e94ed8ac127c0c2 (diff) |
Remove more hardcoded isotests links
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 773d4782..5b79a1fe 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -119,7 +119,7 @@ title="Arch communities in your native language">International Communities</a></li> <li><a href="https://wiki.archlinux.org/index.php/Related_Projects" title="Projects that are in some way related to Arch Linux">Related Projects</a></li> - <li><a href="/isotests/" + <li><a href="{% url releng-test-overview %}" title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li> </ul> |