s4/web_server: Fix typo in URL.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 21 Nov 2012 22:56:57 +0000 (22:56 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 22 Nov 2012 00:37:02 +0000 (01:37 +0100)
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Thu Nov 22 01:37:02 CET 2012 on sn-devel-104

source4/scripting/python/samba/web_server/__init__.py

index c43924097d1c7e5fcbdab04bf6469e15f441ce86..ed3c7dee69ba3e70c08712788c4fef7f181fa15c 100644 (file)
@@ -35,7 +35,7 @@ def render_placeholder(environ, start_response):
     yield "<p>Welcome to this Samba web server.</p>\n"
     yield "<p>This page is a simple placeholder. You probably want to install "
     yield "SWAT. More information can be found "
-    yield "<a href='http://wiki.samba.org/index.php/SWAT'>on the wiki</a>.</p>"
+    yield "<a href='http://wiki.samba.org/index.php/SWAT2'>on the wiki</a>.</p>"
     yield "</p>\n"
     yield "</body>\n"
     yield "</html>\n"