From 6e65a06d0439cc6432218251fa9c7edd0a41089d Mon Sep 17 00:00:00 2001 From: Leon Etienne <40911701+Leonetienne@users.noreply.github.com> Date: Sun, 27 Feb 2022 23:21:40 +0000 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8f260ef..9ff3b5c 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ [![Hazelnupp](https://raw.githubusercontent.com/Leonetienne/Hazelnupp/master/Brand/nupp.png)](https://github.com/Leonetienne/Hazelnupp) -# [Documentation](https://leonetienne.github.io/Hazelnupp/) -## [Direct link to docs of the main class](https://leonetienne.github.io/Hazelnupp/classHazelnp_1_1CmdArgsInterface.html) +# [Documentation](http://hazelnupp.rtfm.etiennes.de) +## [Direct link to docs of the main class](http://hazelnupp.rtfm.etiennes.de/classHazelnp_1_1CmdArgsInterface.html) # Hazelnupp is a simple, easy to use command line parameter parser. @@ -363,7 +363,7 @@ If a description is not set, the last line will simply be omitted. ## More examples? Check out the [tests](https://github.com/Leonetienne/Hazelnupp/tree/master/Test_Hazelnupp)! They may help you out! -Also make sure to check out the [doxygen docs](https://leonetienne.github.io/Hazelnupp/)! +Also make sure to check out the [doxygen docs](http://hazelnupp.rtfm.etiennes.de)! ## What is not supported?