Skip to content

Commit 4adb878

Browse files
authored
Help docs redirect to Usage instructions (#21)
1 parent 8e13d01 commit 4adb878

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ansys/tools/installer/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@ def check_for_updates(self):
282282
).exec_()
283283

284284
def visit_website(self):
285-
url = QtCore.QUrl("https://installer.docs.pyansys.com/")
285+
url = QtCore.QUrl(
286+
"https://installer.docs.pyansys.com/version/dev/installer.html"
287+
)
286288
QtGui.QDesktopServices.openUrl(url)
287289

288290
def show_about_dialog(self):

0 commit comments

Comments
 (0)