We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e13d01 commit 4adb878Copy full SHA for 4adb878
src/ansys/tools/installer/main.py
@@ -282,7 +282,9 @@ def check_for_updates(self):
282
).exec_()
283
284
def visit_website(self):
285
- url = QtCore.QUrl("https://installer.docs.pyansys.com/")
+ url = QtCore.QUrl(
286
+ "https://installer.docs.pyansys.com/version/dev/installer.html"
287
+ )
288
QtGui.QDesktopServices.openUrl(url)
289
290
def show_about_dialog(self):
0 commit comments