From b337ff6f331fcffa19a9c17c08d1165bff3824fa Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Sat, 19 Jun 2021 21:59:17 +0200 Subject: [PATCH] Added doxygen link to README.md. #672 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 553e13650..9a470acf6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ KickC uses the very versatile [Kick Assembler](http://theweb.dk/KickAssembler). * [Read](https://docs.google.com/document/d/1JE-Lt5apM-g4tZN3LS4TDbPKYgXuBz294enS9Oc4HXM/edit?usp=sharing) the Reference Manual -* [Look](https://gitlab.com/camelot/kickc/tree/master) through the Source Code +* [See](https://camelot.gitlab.io/kickc/files.html) the included C standard library * [Follow](https://gitlab.com/camelot/kickc/issues) the features being developed @@ -30,6 +30,8 @@ KickC uses the very versatile [Kick Assembler](http://theweb.dk/KickAssembler). * [Chat](https://discord.gg/q6TFMZvfg5) on discord +* [Examine](https://gitlab.com/camelot/kickc/tree/master) the Compiler Source Code + * [Contribute](https://gitlab.com/camelot/kickc/blob/master/CONTRIBUTING.md) to the development of KickC ## BETA