diff --git a/yants.md b/yants.md index fe2affd5e..a6132a22e 100644 --- a/yants.md +++ b/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)