Commit a53c8849 authored by Sylvain Petreolle's avatar Sylvain Petreolle Committed by Alexandre Julliard

winehq.com -> winehq.org

parent d21266ad
...@@ -103,7 +103,7 @@ void winapi_test(int flags) ...@@ -103,7 +103,7 @@ void winapi_test(int flags)
InternetSetStatusCallback(hi,&callback); InternetSetStatusCallback(hi,&callback);
trace("InternetConnectA <--\n"); trace("InternetConnectA <--\n");
hic=InternetConnectA(hi,"www.winehq.com",0x0,0x0,0x0,0x3,0x0,0xdeadbeef); hic=InternetConnectA(hi,"www.winehq.org",0x0,0x0,0x0,0x3,0x0,0xdeadbeef);
ok((hic != 0x0),"InternetConnect Failed"); ok((hic != 0x0),"InternetConnect Failed");
trace("InternetConnectA -->\n"); trace("InternetConnectA -->\n");
......
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
Search <ulink url="http://appdb.winehq.com">WineHQ's Search <ulink url="http://appdb.winehq.org">WineHQ's
Application Database</ulink> to check for any tips Application Database</ulink> to check for any tips
relating to the program. If your specific version of relating to the program. If your specific version of
the program isn't listed you may find a different one the program isn't listed you may find a different one
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Wine's <ulink url="http://www.winehq.com/site/forums#ml">mailing Wine's <ulink url="http://www.winehq.org/site/forums#ml">mailing
lists</ulink> may also help, especially wine-users. The lists</ulink> may also help, especially wine-users. The
wine-devel list may be appropriate depending on the type of wine-devel list may be appropriate depending on the type of
problem you are experiencing. If you post to wine-devel you problem you are experiencing. If you post to wine-devel you
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment