fixing link, second experiment

This commit is contained in:
Raphael Jacobs 2022-10-07 12:17:47 +02:00
parent 153c534feb
commit 09e0ce58af
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ npm install
The command line program currently takes a single required argument, namely a text file containing a program.
Examples can be found in `testprograms/`. Input can be supplied by writing all the input numbers after the input program.
An informal description of the whole instruction set can be found in [ISA.md](/ISA.md).
An informal description of the whole instruction set can be found in [ISA.md](./ISA.md).
### Webpage usage