[Doc] Update URL for Coin3D

Corresponds to commit 67ebeea PR 5103 from @donovaly, adapted for the
0.19 release branch.
This commit is contained in:
Chris Hennes
2021-10-09 13:21:11 -05:00
parent 7622933a16
commit 6a441fea8d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ DEALINGS IN THE SOFTWARE.
<hr>
<h3><a name="_TocCoin3D"></a>Coin3D</h3>
<p>Web site: <a href="https://bitbucket.org/Coin3D/coin/">https://bitbucket.org/Coin3D/coin/</a></p>
<p>Web site: <a href="https://coin3d.github.io">https://coin3d.github.io</a></p>
<p>Copyright: Coin is copyright (C) 1998-2013 Kongsberg Oil & Gas Technologies AS</p>
<p>License: BSD-3-clause</p>
<pre>
+2 -2
View File
@@ -571,14 +571,14 @@ void AboutDialog::showLicenseInformation()
// 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.clear();
libInfo << li;