diff --git a/readme.md b/readme.md index 3fd54ff..64e6d6c 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[![Hazelnupp](https://raw.githubusercontent.com/Leonetienne/Hazelnupp/master/Brand/nupp.png)](https://github.com/Leonetienne/Hazelnupp) +[![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) @@ -25,7 +25,6 @@ args.SetCrashOnFail(false); ``` ## Index -1. [Importing into a project](#importing-into-a-project) 2. [What's the concept?](#whats-the-concept) 3. [Minimal working example](#minimal-working-example) 4. [Abbreviations](#abbreviations) @@ -38,13 +37,6 @@ args.SetCrashOnFail(false); 11. [Contributing](#contributing) 12. [LICENSE](#license) - -## Importing into a project -> How do i actually import this into my existing project? - -Super easily! Just grab the latest files (2) from [/INCLUDE](https://github.com/Leonetienne/Hazelnupp/tree/master/INCLUDE) and put them into your project! -You may have to add the .cpp to your compile list, but most IDEs should do this automatically. - ## What's the concept? The concept is that each parameter must be one of five types. These are: @@ -362,7 +354,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! +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)!