From b2fc32913e3294e18f0167602110be89c1c409d9 Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Tue, 12 Jan 2016 11:21:56 +0100 Subject: [PATCH] Tutorial link now points to openboard.ch --- src/core/UBSettings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/UBSettings.cpp b/src/core/UBSettings.cpp index fe07f280..c1298933 100644 --- a/src/core/UBSettings.cpp +++ b/src/core/UBSettings.cpp @@ -206,11 +206,11 @@ void UBSettings::ValidateKeyboardPaletteKeyBtnSize() void UBSettings::init() { - productWebUrl = new UBSetting(this, "App", "ProductWebAddress", "http://www.openboard.org"); + productWebUrl = new UBSetting(this, "App", "ProductWebAddress", "http://www.openboard.ch"); softwareHomeUrl = productWebUrl->get().toString(); - tutorialUrl = new UBSetting(this,"App","TutorialUrl","http://www.youtube.com/channel/UCM_moFB68dqpSLPZ-jV40Ow"); + tutorialUrl = new UBSetting(this,"App","TutorialUrl","http://www.openboard.ch"); documentSizes.insert(DocumentSizeRatio::Ratio4_3, QSize(1280, 960)); // 1.33 documentSizes.insert(DocumentSizeRatio::Ratio16_9, QSize((960 / 9 * 16), 960)); // 1.77