diff --git a/src/assets/nodes.json b/src/assets/nodes.json index 85912f5..2738ade 100644 --- a/src/assets/nodes.json +++ b/src/assets/nodes.json @@ -7,7 +7,6 @@ "wownero.fyi:34568", "wow.pwned.systems:34568", "de1.wownodes.com:34568", - "wowbux.org:34568", "global.wownodes.com:34568" ] }, diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 42f5f6f..01680c0 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -89,7 +89,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) : connect(ui->actionReport_bug, &QAction::triggered, [this](){ QMessageBox::information(this, "Reporting Bugs", "Please report any bugs as issues on our git repo:
\n" - "https://git.wownero.com/wownero/wowlet/issues

" + "https://git.wownero.com/wowlet/wowlet/issues

" "\n" "Before reporting a bug, upgrade to the most recent version of WOWlet " "(latest release or git HEAD), and include the version number in your report. " @@ -246,7 +246,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) : if(config()->get(Config::warnOnAlpha).toBool()) { QString warning = "WOWlet is currently in beta.\n\nPlease report any bugs " - "you encounter on our Git repository, IRC freenode #wownero or on /r/Wowonero."; + "you encounter on our Git repository, IRC freenode #wownero or on /r/Wownero."; QMessageBox::warning(this, "Beta Warning", warning); config()->set(Config::warnOnAlpha, false); }