Skip to content

Commit

Permalink
Fix wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet authored Sep 25, 2023
1 parent 0291702 commit acf0c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void MainWindow::loadFileTriggered() {

void MainWindow::wiki() {
QDesktopServices::openUrl(
QUrl(QString("https://github.com/mortbopet/Ripes/wiki")));
QUrl(QString("https://github.com/mortbopet/Ripes/blob/master/docs/README.md")));
}

void MainWindow::version() {
Expand Down

0 comments on commit acf0c74

Please sign in to comment.