From: <ml-...@fl...> - 2022-06-09 18:53:02
|
Hi all, i'd like to propose a fix for Issue #16 "cross links to documentation apps are broken" of the eXist-db Function Documentation Browser App (fundocs). I've prepared a small Pull Request [2] and it would be great if someone could take some time to review it. It appears that the issue was caused by the xar packaging process. It included the source version of the page.html template from /src/main/xar-resources/templates instead of the compiled version from /target/classes/templates. I hope it's a small but useful contribution. Florian [1] https://github.com/eXist-db/function-documentation/issues/16 [2] https://github.com/eXist-db/function-documentation/pull/59 |