Skip to content

Commit

Permalink
Fix #107 by using relative link (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 authored and mjsabby committed Jul 13, 2019
1 parent bc6c79b commit 7c19f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Much of the tutorial is already implemented here, and has some nice improvements

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.

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

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

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

## Conventions

Expand Down

0 comments on commit 7c19f8a

Please sign in to comment.