[Doc] update weblink to Coin3D
* Coin3D is no loner available via bitbucket, therefore update the new dead links * change a weblink so that it is the same in all our code
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user