docs: Fix image links (relative is not supported in gists)

This commit is contained in:
Vincent Ambo 2019-08-08 12:54:45 +01:00
parent 199254ba7a
commit cb0d07fa30

View file

@ -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)