diff options
Diffstat (limited to 'Master/texmf-dist/asymptote/GUI/Window1.py')
-rwxr-xr-x | Master/texmf-dist/asymptote/GUI/Window1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/GUI/Window1.py b/Master/texmf-dist/asymptote/GUI/Window1.py index 4e0a57af2c6..1f7b67b1fa1 100755 --- a/Master/texmf-dist/asymptote/GUI/Window1.py +++ b/Master/texmf-dist/asymptote/GUI/Window1.py @@ -772,11 +772,11 @@ class MainWindow1(Qw.QMainWindow): self.asyfyCanvas() def actionManual(self): - asyManualURL = 'http://asymptote.sourceforge.net/asymptote.pdf' + asyManualURL = 'https://asymptote.sourceforge.io/asymptote.pdf' webbrowser.open_new(asyManualURL) def actionAbout(self): - Qw.QMessageBox.about(self,"xasy","This is xasy "+xasyVersion.xasyVersion+"; a graphical front end to the Asymptote vector graphics language: http://asymptote.sourceforge.net/") + Qw.QMessageBox.about(self,"xasy","This is xasy "+xasyVersion.xasyVersion+"; a graphical front end to the Asymptote vector graphics language: https://asymptote.sourceforge.io/") def btnExportAsyOnClick(self): diag = Qw.QFileDialog(self) |