From 2f3419c9248a5966ff2bc2c33ba01845ccbf2f0c Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Thu, 18 Jan 2024 16:13:37 +0100 Subject: [PATCH] fix: links in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68a1e48..dc6c039 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ TODO : - get rid of the CRT (so we can get a smaller PE) # Documentation -The documentation is available [here](https://github.com/ALittlePatate/pasm/blob/main/docs/documentation.md), it *should* cover everything you have to know before writing scripts. +The documentation is available [here](docs/documentation.md), it *should* cover everything you have to know before writing scripts. # Usage ## Interpreter @@ -30,7 +30,7 @@ pasm.exe code.pasm ``` make lib ``` -Then link the library to your program, see [this example](https://github.com/ALittlePatate/pasm/blob/main/tests/lib_use.c).
+Then link the library to your program, see [this example](tests/lib_use.c).
-# Code examples : -- [functions test](https://github.com/ALittlePatate/pasm/blob/main/examples/test.pasm) +# Code examples +- [functions test](examples/test.pasm)