diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-11-21 22:56:57 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-11-22 01:37:02 +0100 |
commit | 831a9f8f6dc7057855b75128bf14ed9d4a03ab26 (patch) | |
tree | ddd911003b0453d50a96209039e13e9991fc2559 /source4 | |
parent | d6983f470410b0befc02e43580d9b9d74d8f5d23 (diff) | |
download | samba-831a9f8f6dc7057855b75128bf14ed9d4a03ab26.tar.gz samba-831a9f8f6dc7057855b75128bf14ed9d4a03ab26.tar.bz2 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')
-rw-r--r-- | source4/scripting/python/samba/web_server/__init__.py | 2 |
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 c43924097d..ed3c7dee69 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" |