Skip to content

Commit 6c7d386

Browse files
committed
Point documentation to openscad.org/documentation.html
1 parent 60e0edb commit 6c7d386

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/MainWindow.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<x>0</x>
117117
<y>0</y>
118118
<width>681</width>
119-
<height>28</height>
119+
<height>22</height>
120120
</rect>
121121
</property>
122122
<widget class="QMenu" name="menu_File">
@@ -625,7 +625,7 @@
625625
</action>
626626
<action name="helpActionManual">
627627
<property name="text">
628-
<string>OpenSCAD Manual</string>
628+
<string>Documentation</string>
629629
</property>
630630
</action>
631631
<action name="fileActionClearRecent">

src/mainwin.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ MainWindow::helpHomepage()
17611761
void
17621762
MainWindow::helpManual()
17631763
{
1764-
QDesktopServices::openUrl(QUrl("http://en.wikibooks.org/wiki/OpenSCAD_User_Manual"));
1764+
QDesktopServices::openUrl(QUrl("http://www.openscad.org/documentation.html"));
17651765
}
17661766

17671767
#define STRINGIFY(x) #x

0 commit comments

Comments
 (0)