about summary refs log tree commit diff
path: root/yants.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-08T11·54+0100
committerVincent Ambo <tazjin@google.com>2019-08-28T13·36+0100
commitcb0d07fa30c40beaef815614fee949f496edc514 (patch)
treeebaffc15c0a1633ff728993c626fc430b016598c /yants.md
parent199254ba7ae008e820c8cb960b4d6edec6cdc50a (diff)
docs: Fix image links (relative is not supported in gists)
Diffstat (limited to 'yants.md')
-rw-r--r--yants.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/yants.md b/yants.md
index fe2affd5e8b9..a6132a22e8c5 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)