Skip to content

Commit

Permalink
Merge branch 'update-about-dialog-url' into 'jumping'
Browse files Browse the repository at this point in the history
Resolve "Update URL in About dialog to Github mirror"

Closes mortbopet#7

See merge request tfg-riscv-sim/ripes!9
  • Loading branch information
Silvia González Rodríguez committed Feb 14, 2025
2 parents 988b39c + 59bdb25 commit 6690513
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 6690513

Please sign in to comment.