diff options
author | Sven Gothel <[email protected]> | 2023-06-18 03:43:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-18 03:43:32 +0200 |
commit | 9dd35877f28f5d3dce5e1817edd33bb8f6dbbe36 (patch) | |
tree | fc901563b385eb0acde5604c48d88b608a2d8914 /www/index.html | |
parent | 601399a1b7c9c66866716a8629098698dea49f38 (diff) |
Bring back produced html5 standalone files, having fixed pandoc usage.
See my pandoc-buttondown git repo <https://jausoft.com/cgit/users/sgothel/pandoc-buttondown-cgit.git/about/>
Latest config <https://jausoft.com/cgit/users/sgothel/pandoc-buttondown-cgit.git/commit/?id=fb38ada0c8d71a2b26bd3ee9d075acce84d76b2c>
fixed creation of standalone html5 files.
Diffstat (limited to 'www/index.html')
-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 5f0fa25..7000629 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="https://jogamp.org/cgit/gluegen.git/about/doc/GlueGen_Mapping.md">GlueGen Native Data & Function Mapping</a></li> + <li><a href="../doc/GlueGen_Mapping.html">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="https://jogamp.org/cgit/gluegen.git/about/doc/JogAmpMacOSVersions.md">JogAmp's MacOS Version Support</a></li> + <li><a href="../doc/JogAmpMacOSVersions.html">JogAmp's MacOS Version Support</a></li> </ul> </div> |