From 8da97cd2c7036d9fc907566ed1c677312ba40aca Mon Sep 17 00:00:00 2001
From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com>
Date: Thu, 1 Jun 2023 15:26:15 +0200
Subject: [PATCH] fixed broken links
---
docs/documentation.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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)