aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-08-07 04:14:42 +0200
committerSven Gothel <[email protected]>2023-08-07 04:14:42 +0200
commit1f2df348fb2a78e8e8774a00acff2b554fc973cd (patch)
tree0f3d51fba1dfa65161d9a50bf22c403dedb148ef
parent430b8a061b061ceb9c03deb84380335612f71737 (diff)
README/index: Fix link to OpenGL_API_Divergence.html
-rw-r--r--README.md2
-rw-r--r--www/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0301afd38..bd3247cc3 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ NativeWindow, NEWT and GraphUI might be build seperately.
- [Mapping of OpenGL Profiles to Interfaces](https://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/overview-summary.html#overview_description)
- [OpenGL API Inclusion Criteria](https://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/overview-summary.html#GLAPIInclusionCriteria)
- [UML Diagram](https://jogamp.org/jogl/doc/uml/html/index-withframe.html)
-- [JOGL and OpenGL Divergence](https://jogamp.org/jogl/doc/Overview-OpenGL-Evolution-And-JOGL.html)
+- [JOGL and OpenGL Divergence](https://jogamp.org/jogl/doc/OpenGL_API_Divergence.html)
- [How To Build](https://jogamp.org/jogl/doc/HowToBuild.html)
- [Wiki](https://jogamp.org/wiki/)
diff --git a/www/index.html b/www/index.html
index 17395e878..4da8b4611 100644
--- a/www/index.html
+++ b/www/index.html
@@ -35,7 +35,7 @@
<li><a href="../../cgit/jogl.git/about/">Git Repo</a></li>
<li><a href="../doc/Overview-OpenGL-Evolution-And-JOGL.html">[JO]GL Evolution..</a></li>
<li><a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/overview-summary.html#overview_description">OpenGL Profiles</a></li>
- <li><a href="../doc/Overview-OpenGL-Evolution-And-JOGL.html">[JO]GL Divergence</a></li>
+ <li><a href="../doc/OpenGL_API_Divergence.html">[JO]GL Divergence</a></li>
<li><a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/">JavaDoc</a></li>
<li><a href="../../wiki/index.php/Maintainer_and_Contacts">Maintainer</a></li>
<!-- li><a href="../../wiki/index.php/Jogl_Overview">Project Overview</a></li -->