docs: Fix image links (relative is not supported in gists)
This commit is contained in:
parent
199254ba7a
commit
cb0d07fa30
1 changed files with 3 additions and 3 deletions
6
yants.md
6
yants.md
|
@ -5,12 +5,12 @@ This is a tiny type-checker for data in Nix, written in Nix. It doesn't have all
|
|||
|
||||
## Primitives & simple polymorphism
|
||||
|
||||
![simple](z-simple.png)
|
||||
![simple](https://gist.githubusercontent.com/tazjin/ad6d48bc2416335acc5da4a197eb9ddc/raw/d7b1fa0a511ae40f0831b369df4b97103441c7e5/z-simple.png)
|
||||
|
||||
## Structs
|
||||
|
||||
![structs](z-structs.png)
|
||||
![structs](https://gist.githubusercontent.com/tazjin/ad6d48bc2416335acc5da4a197eb9ddc/raw/d7b1fa0a511ae40f0831b369df4b97103441c7e5/z-structs.png)
|
||||
|
||||
## Nested structs!
|
||||
|
||||
![nested structs](z-nested-structs.png)
|
||||
![nested structs](https://gist.githubusercontent.com/tazjin/ad6d48bc2416335acc5da4a197eb9ddc/raw/d7b1fa0a511ae40f0831b369df4b97103441c7e5/z-nested-structs.png)
|
||||
|
|
Loading…
Reference in a new issue