From 55ec3c17490e7d830d7a6ae20fe2320539b2d684 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Wed, 9 Nov 2022 03:20:28 -0300 Subject: [PATCH] Use https in dexy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef0b8c..0f4a29f 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Read the Docs](https://readthedocs.org/) - Hosted docs using Sphinx or MkDocs, supports translations and finding docs for specific software versions. Used by the Django Docs. (contributed by [Stephen Paulger](https://github.com/stephenpaulger)) * [ApiGen](https://www.apigen.org/ApiGen/) - Creates clean API documentation from PHP source code (contributed by [bryceadams](http://bryce.se/)) * [docgenerator](https://github.com/Ralt/docgenerator/blob/master/README.md) - Organize your documentation in Markdown files. (contributed by [Florian Margaine](http://margaine.com)) -* [dexy](http://www.dexy.it/) - Extensible documentation/report generator supporting multiple programming languages and serveral input and output formats. (contributed by [troytop](http://github.com/troytop)) +* [dexy](https://www.dexy.it) - Extensible documentation/report generator supporting multiple programming languages and serveral input and output formats. (contributed by [troytop](http://github.com/troytop)) * [Slate](https://github.com/tripit/slate) - Static API documentation creation tool from the team at Tripit. * [MireDot](http://www.miredot.com) - REST API documentation generator for Java. Plugs into your build process and generates a searchable html page. (contributed by [bertvh](https://github.com/bertvh)) * [codo](https://github.com/coffeedoc/codo) - CoffeeScript API documentation generator, similar to YARD. (contributed by [Logan Koester](http://github.com/logankoester))