fix broken link in readme

This commit is contained in:
G0lge
2024-05-14 15:58:42 +03:00
parent 8638e42576
commit f2f40a9a30
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ int maths(int a, int b, int c) {
}
```
This would be a high level interpretation of it. If you want to see how it really works, you can check [this file](https://github.com/NaC-L/Mergen/blob/main/teststuff/test_branches.asm).
This would be a high level interpretation of it. If you want to see how it really works, you can check [this file](https://github.com/NaC-L/Mergen/blob/main/testcases/test_branches.asm).
```
...