diff --git a/ground/gcs/src/plugins/coreplugin/aboutdialog.cpp b/ground/gcs/src/plugins/coreplugin/aboutdialog.cpp
index 841dd6b57..0d0bdb141 100644
--- a/ground/gcs/src/plugins/coreplugin/aboutdialog.cpp
+++ b/ground/gcs/src/plugins/coreplugin/aboutdialog.cpp
@@ -83,8 +83,8 @@ AboutDialog::AboutDialog(QWidget *parent) :
+ creditRow.arg("OpenSceneGraph", "
Open source high performance 3D graphics toolkit", "http://www.openscenegraph.org")
+ creditRow.arg("osgEarth", "
Geospatial SDK for OpenSceneGraph", "http://osgearth.org")
+ creditRow.arg("gstreamer", "
Open source multimedia framework", "https://gstreamer.freedesktop.org/")
- + creditRow.arg("MSYS2", "
An independent rewrite of MSYS", "https://sourceforge.net/p/msys2/wiki/Home")
- + creditRow.arg("The Qt Company", "", "http://www.qt.io")
+ + creditRow.arg("MSYS2", "
An independent rewrite of MSYS", "https://github.com/msys2/msys2/wiki")
+ + creditRow.arg("The Qt Company", "", "https://www.qt.io")
+ "";
// uses Text.StyledText (see http://doc.qt.io/qt-5/qml-qtquick-text.html#textFormat-prop)