diff --git a/reactos/subsys/system/explorer/shell/mainframe.cpp b/reactos/subsys/system/explorer/shell/mainframe.cpp index ed7612cea3a..5fba848902b 100644 --- a/reactos/subsys/system/explorer/shell/mainframe.cpp +++ b/reactos/subsys/system/explorer/shell/mainframe.cpp @@ -1131,7 +1131,7 @@ int MDIMainFrame::Command(int id, int code) #ifdef _DEBUG create_webchildwindow(WebChildWndInfo(_hmdiclient, TEXT("http://localhost"))); #else - create_webchildwindow(WebChildWndInfo(_hmdiclient, TEXT("http://www.reactos.com"))); + create_webchildwindow(WebChildWndInfo(_hmdiclient, TEXT("http://www.reactos.org"))); #endif break;