From 6c7d386a3338039416ced323bf1aa75edbb43d19 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 17 Jun 2013 23:25:01 -0400 Subject: Point documentation to openscad.org/documentation.html diff --git a/src/MainWindow.ui b/src/MainWindow.ui index 2822b64..68bc064 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -116,7 +116,7 @@ 0 0 681 - 28 + 22 @@ -625,7 +625,7 @@ - OpenSCAD Manual + Documentation diff --git a/src/mainwin.cc b/src/mainwin.cc index d10337d..95f7242 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1761,7 +1761,7 @@ MainWindow::helpHomepage() void MainWindow::helpManual() { - QDesktopServices::openUrl(QUrl("http://en.wikibooks.org/wiki/OpenSCAD_User_Manual")); + QDesktopServices::openUrl(QUrl("http://www.openscad.org/documentation.html")); } #define STRINGIFY(x) #x -- cgit v0.10.1