diff --git a/src/Doc/ThirdPartyLibraries.html b/src/Doc/ThirdPartyLibraries.html index c83ba73957..833edfa871 100644 --- a/src/Doc/ThirdPartyLibraries.html +++ b/src/Doc/ThirdPartyLibraries.html @@ -56,7 +56,7 @@ DEALINGS IN THE SOFTWARE.
Web site: https://bitbucket.org/Coin3D/coin/
+Web site: https://coin3d.github.io
Copyright: Coin is copyright (C) 1998-2013 Kongsberg Oil & Gas Technologies AS
License: BSD-3-clause
diff --git a/src/Gui/Splashscreen.cpp b/src/Gui/Splashscreen.cpp
index dbcd3cbd96..4b8e5b53fd 100644
--- a/src/Gui/Splashscreen.cpp
+++ b/src/Gui/Splashscreen.cpp
@@ -505,14 +505,14 @@ void AboutDialog::showLibraryInformation()
// Coin3D
li.name = QLatin1String("Coin3D");
li.href = baseurl + QLatin1String("#_TocCoin3D");
- li.url = QLatin1String("https://bitbucket.org/Coin3D/coin/");
+ li.url = QLatin1String("https://coin3d.github.io");
li.version = QLatin1String(COIN_VERSION);
libInfo << li;
// Eigen3
li.name = QLatin1String("Eigen3");
li.href = baseurl + QLatin1String("#_TocEigen3");
- li.url = QLatin1String("http://eigen.tuxfamily.org/");
+ li.url = QLatin1String("http://eigen.tuxfamily.org");
li.version = QString::fromLatin1(FC_EIGEN3_VERSION);
libInfo << li;