diff --git a/docs/documentation.md b/docs/documentation.md index fa1f06d..d2d2ad9 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1,7 +1,7 @@ # Docs This is the documentation for the PASM scripting language.
Please note it is still in a very early stages so a lot of features you'd except in a scripting language like this one may not be present at the moment.
-For more informations please read the [readme](https://github.com/ALittlePatate/pasm). +For more informations please read the [readme](https://github.com/ALittlePatate/pasm/blob/main/README.md). # Table of Contents 1. [Creating a script](#creating-a-script)
@@ -9,7 +9,7 @@ For more informations please read the [readme](https://github.com/ALittlePatate/ b. [Registers](#registers)
c. [Syntax](#syntax)
c bis. [Note about return](#note-about-return)
- d. [Calling APIs](calling-apis)
+ d. [Calling APIs](#calling-apis)
2. [Errors](#errors)
3. [Running a script](#running-a-script)
4. [Contributing](#contributing)