[PATCH 1/7] s4/web_server: Fix typo in URL.

Matthieu Patou mat at samba.org
Thu Nov 22 14:30:12 MST 2012


On 11/21/2012 05:46 PM, Jelmer Vernooij wrote:
> ---
>   source4/scripting/python/samba/web_server/__init__.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/source4/scripting/python/samba/web_server/__init__.py b/source4/scripting/python/samba/web_server/__init__.py
> index c439240..ed3c7de 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"
I'm on the review.

Matthieu.

-- 
Matthieu Patou
Samba Team
http://samba.org



More information about the samba-technical mailing list