1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: replace api doc by external link
api is a compiled webpage (swagger-codegen). Since there is now good
Open-API doc generator in Debian archive, this doc is excluded and
replaced by a link to upstream website
Author: Xavier Guimard <yadd@debian.org>
Forwarded: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/commit/df952509
Last-Update: 2020-05-06
--- a/doc/index.html
+++ b/doc/index.html
@@ -12,7 +12,7 @@
<div class="container text-center">
<h1>LemonLDAP::NG Manager API documentation</h1>
<hr />
- <a href="pages/manager-api/index.html" class="btn btn-lg btn-primary">API Reference</a>
+ <a href="https://lemonldap-ng.org/manager-api/2.0/" class="btn btn-lg btn-primary">API Reference</a>
</div>
</body>
</html>
|