Skip to content

Commit

Permalink
Change URL in About dialog to Github mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvia González Rodríguez committed Feb 14, 2025
1 parent 988b39c commit a7e020c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AboutDialog::AboutDialog(QWidget *parent)
: QDialog(parent), m_ui(new Ui::AboutDialog) {

const QString name = "Ripes";
const QString url = "https://github.com/mortbopet/Ripes";
const QString url = "https://github.com/silvigon/Jumping-Ripes";

QString info = QString();
info.append("<p><b>" + name + "</b><br/>" + getRipesVersion() + "</p>");
Expand Down

0 comments on commit a7e020c

Please sign in to comment.