Skip to content

Commit

Permalink
[Doc] Update URL for Coin3D
Browse files Browse the repository at this point in the history
Corresponds to commit 67ebeea PR 5103 from @donovaly, adapted for the
0.19 release branch.
  • Loading branch information
chennes committed Oct 9, 2021
1 parent 7622933 commit 6a441fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Doc/ThirdPartyLibraries.html
Expand Up @@ -56,7 +56,7 @@ <h3><a name="_TocBoost"></a>Boost</h3>
<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>
Expand Down
4 changes: 2 additions & 2 deletions src/Gui/Splashscreen.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 6a441fe

Please sign in to comment.