diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp
index 55680adf..bd55a5a8 100644
--- a/cockatrice/src/window_main.cpp
+++ b/cockatrice/src/window_main.cpp
@@ -57,6 +57,7 @@
#include "pb/event_connection_closed.pb.h"
#include "pb/event_server_shutdown.pb.h"
+#define GITHUB_PAGES_URL "https://cockatrice.github.io"
#define GITHUB_CONTRIBUTORS_URL "https://github.com/Cockatrice/Cockatrice/graphs/contributors?type=c"
#define GITHUB_CONTRIBUTE_URL "https://github.com/Cockatrice/Cockatrice#cockatrice"
#define GITHUB_TRANSLATOR_RECOGNIZE_URL "https://github.com/Cockatrice/Cockatrice/wiki/Translators"
@@ -278,6 +279,7 @@ void MainWindow::actAbout()
QMessageBox::about(this, tr("About Cockatrice"), QString(
"Cockatrice
"
+ tr("Version %1").arg(VERSION_STRING)
+ + "
" + tr("Cockatrice Webpage") + "
"
+ "
" + tr("Project Manager:") + "
Gavin Bisesi
"
+ "" + tr("Past Project Managers:") + "
Max-Wilhelm Bruker
Marcus Schütz
"
+ "" + tr("Developers:") + "
"