diff options
author | Sven Gothel <[email protected]> | 2023-06-17 07:07:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-17 07:07:52 +0200 |
commit | 42bd110d9ec63594cc028f3ee8a459424b1d2ae0 (patch) | |
tree | 531692b8d1c29f0323767ca9386c31c6ea383ea3 /www | |
parent | f364dd017e548d1b61b0b01ecd4ab2dbe4924d76 (diff) |
Drop .md -> .html generated docs (ugly), use our cgit md -> html via refined pandoc styles
Would need to fix my standalone pandoc setup to produce proper standalone docs.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 7000629..5f0fa25 100644 --- a/www/index.html +++ b/www/index.html @@ -32,10 +32,10 @@ <ul> <li><a href="https://jogamp.org/cgit/gluegen.git/about/">GlueGen Git Repo</a></li> <li><a href="../../deployment/jogamp-next/javadoc/gluegen/javadoc/">GlueGen API-Doc</a></li> - <li><a href="../doc/GlueGen_Mapping.html">GlueGen Native Data & Function Mapping</a></li> + <li><a href="https://jogamp.org/cgit/gluegen.git/about/doc/GlueGen_Mapping.md">GlueGen Native Data & Function Mapping</a></li> <li><a href="../doc/manual/">GlueGen Manual</a></li> <li><a href="../doc/HowToBuild.html">How To Build</a></li> - <li><a href="../doc/JogAmpMacOSVersions.html">JogAmp's MacOS Version Support</a></li> + <li><a href="https://jogamp.org/cgit/gluegen.git/about/doc/JogAmpMacOSVersions.md">JogAmp's MacOS Version Support</a></li> </ul> </div> |