From e7254eae8152df7a6bb2a81811dbaf893c4ef185 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Fri, 6 May 2011 10:49:52 +0200 Subject: [PATCH] Update sankore editor url link --- src/web/UBWebController.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/UBWebController.cpp b/src/web/UBWebController.cpp index db8ac1e2..48499329 100644 --- a/src/web/UBWebController.cpp +++ b/src/web/UBWebController.cpp @@ -130,7 +130,7 @@ void UBWebController::webBrowserInstance() if (mDownloadViewIsVisible) WBBrowserWindow::downloadManager()->show(); - + } void UBWebController::tutorialWebInstance() @@ -195,7 +195,7 @@ void UBWebController::tutorialWebInstance() void UBWebController::paraschoolWebInstance() { - QUrl currentUrl("http://apps.dev-paraschool.com/editor"); + QUrl currentUrl("http://host9.paraschool.net/editor/#home"); if (UBSettings::settings()->webUseExternalBrowser->get().toBool()) {