Skip to content

Commit 7c19f8a

Browse files
ice1000mjsabby
authored andcommitted
Fix #107 by using relative link (#108)
1 parent bc6c79b commit 7c19f8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Much of the tutorial is already implemented here, and has some nice improvements
4646

4747
The tutorials have been tested to run on Windows and Linux, however the build (using MSBuild) uses the Nuget packages, hence require some editing to run on Linux.
4848

49-
[Chapter 3](https://github.com/mjsabby/LLVMSharp/tree/master/KaleidoscopeTutorial/Chapter3)
49+
[Chapter 3](samples/KaleidoscopeTutorial/Chapter3)
5050

51-
[Chapter 4](https://github.com/mjsabby/LLVMSharp/tree/master/KaleidoscopeTutorial/Chapter4)
51+
[Chapter 4](samples/KaleidoscopeTutorial/Chapter4)
5252

53-
[Chapter 5](https://github.com/mjsabby/LLVMSharp/tree/master/KaleidoscopeTutorial/Chapter5)
53+
[Chapter 5](samples/KaleidoscopeTutorial/Chapter5)
5454

5555
## Conventions
5656

0 commit comments

Comments
 (0)