diff options
author | Sven Gothel <[email protected]> | 2023-06-29 04:07:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-29 04:07:45 +0200 |
commit | dc5061e2d31f01a875b27e722835e2e8cfa67c88 (patch) | |
tree | 70dd27e73e9f9a28f7834fb5dc5017322536dfa1 | |
parent | fb86a3c6f68f3788b02a8e8209a697f50c25dc19 (diff) |
Doc: www/index.html: Fix JOGL UML link
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 4c5618b..c99a819 100644 --- a/www/index.html +++ b/www/index.html @@ -65,7 +65,7 @@ where a generated native callback function dispatches the events to Java™. </p> <p> - GlueGen also supports <a href="../doc/GlueGen_Mapping.html#oo-style-api-interface-mapping">producing an OO-Style API mapping</a> like <a href="../jogl/doc/uml/html/index.html">JOGL's incremental OpenGL Profile API levels</a>. + GlueGen also supports <a href="../doc/GlueGen_Mapping.html#oo-style-api-interface-mapping">producing an OO-Style API mapping</a> like <a href="../../jogl/doc/uml/html/index.html">JOGL's incremental OpenGL Profile API levels</a>. </p> <p> GlueGen is capable to bind low-level APIs such as the Java™ Native Interface (JNI) and |