summaryrefslogtreecommitdiffstats
path: root/source4/scripting
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-11-21 22:56:57 +0000
committerJelmer Vernooij <jelmer@samba.org>2012-11-22 01:37:02 +0100
commit831a9f8f6dc7057855b75128bf14ed9d4a03ab26 (patch)
treeddd911003b0453d50a96209039e13e9991fc2559 /source4/scripting
parentd6983f470410b0befc02e43580d9b9d74d8f5d23 (diff)
downloadsamba-831a9f8f6dc7057855b75128bf14ed9d4a03ab26.tar.gz
samba-831a9f8f6dc7057855b75128bf14ed9d4a03ab26.tar.xz
samba-831a9f8f6dc7057855b75128bf14ed9d4a03ab26.zip
s4/web_server: Fix typo in URL.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Thu Nov 22 01:37:02 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/samba/web_server/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/web_server/__init__.py b/source4/scripting/python/samba/web_server/__init__.py
index c43924097d1..ed3c7dee69b 100644
--- a/source4/scripting/python/samba/web_server/__init__.py
+++ b/source4/scripting/python/samba/web_server/__init__.py
@@ -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"