Use whats new from manual not github (#385)

This commit is contained in:
artisteacher 2020-10-19 23:36:29 -04:00 committed by GitHub
parent e9edcf936d
commit 07d50c237e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1067,7 +1067,7 @@ void MainWindow::onSupportTahoma2D() {
void MainWindow::onOpenWhatsNew() { void MainWindow::onOpenWhatsNew() {
QDesktopServices::openUrl( QDesktopServices::openUrl(
QUrl(tr("https://github.com/turtletooth/tahoma2d/releases/latest"))); QUrl(tr("https://tahoma.readthedocs.io/en/latest/whats_new.html")));
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------