From 3d800c2fabb7e02a90c62fdb40dfed65cd902754 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 1 Jun 2022 21:19:46 +0200 Subject: [PATCH] Fix doc links in readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6d2376a..87b1581 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ [![Hazelnupp](https://gitea.leonetienne.de/leonetienne/Hazelnupp/raw/branch/master/Brand/nupp.png)](https://gitea.leonetienne.de/leonetienne/Hazelnupp) -# [Documentation](http://hazelnupp.rtfm.etiennes.de) -## [Direct link to docs of the main class](http://hazelnupp.rtfm.etiennes.de/classHazelnp_1_1CmdArgsInterface.html) +# [Documentation](https://hazelnupp.rtfm.leonetienne.de) +## [Direct link to docs of the main class](https://hazelnupp.rtfm.leonetienne.de/classHazelnp_1_1CmdArgsInterface.html) # Hazelnupp is a simple, easy to use command line parameter parser. @@ -355,7 +355,7 @@ If a description is not set, the last line will simply be omitted. ## More examples? Check out the [tests](https://gitea.leonetienne.de/leonetienne/Hazelnupp/src/branch/master/Hazelnupp/test)! They may help you out! -Also make sure to check out the [doxygen docs](http://hazelnupp.rtfm.etiennes.de)! +Also make sure to check out the [doxygen docs](https://hazelnupp.rtfm.leonetienne.de)! ## What is not supported?