diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-18 03:25:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-18 03:25:01 (GMT) |
commit | 6c7d386a3338039416ced323bf1aa75edbb43d19 (patch) | |
tree | 64a54a07d1d5f675eb94a1cfa9ae6a0a89df64e8 /src/mainwin.cc | |
parent | 60e0edb211b6d0331efebb8badc86c4e4bcdff7b (diff) |
Point documentation to openscad.org/documentation.html
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |