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

Matthieu Patou mat at samba.org
Thu Nov 22 16:01:31 MST 2012


On 11/22/2012 01:30 PM, Matthieu Patou wrote:
> 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.
>
acked and pushed to autobuild.

Thanks for the patches.

Matthieu.

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



More information about the samba-technical mailing list