about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-08T11·52+0100
committerVincent Ambo <tazjin@google.com>2019-08-28T13·35+0100
commit199254ba7ae008e820c8cb960b4d6edec6cdc50a (patch)
tree7cb4f125aaeed72f9ddee50f7fb1c9c3391548dd
parent040b719570aea8fc98a6438002c693df6c92f54d (diff)
chore: Move screenshots into the gist
-rw-r--r--yants.md6
-rw-r--r--z-nested-structs.pngbin0 -> 70264 bytes
-rw-r--r--z-simple.pngbin0 -> 43010 bytes
-rw-r--r--z-structs.pngbin0 -> 67989 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/yants.md b/yants.md
index dcdea0bd38f7..fe2affd5e8b9 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](https://i.imgur.com/hDQAQUK.png)
+![simple](z-simple.png)
 
 ## Structs
 
-![structs](https://i.imgur.com/f8jgnul.png)
+![structs](z-structs.png)
 
 ## Nested structs!
 
-![nested structs](https://i.imgur.com/O3RsHds.png)
\ No newline at end of file
+![nested structs](z-nested-structs.png)
diff --git a/z-nested-structs.png b/z-nested-structs.png
new file mode 100644
index 000000000000..6b03ed65ceb7
--- /dev/null
+++ b/z-nested-structs.png
Binary files differdiff --git a/z-simple.png b/z-simple.png
new file mode 100644
index 000000000000..05a302cc6b9d
--- /dev/null
+++ b/z-simple.png
Binary files differdiff --git a/z-structs.png b/z-structs.png
new file mode 100644
index 000000000000..f46e15ade5b2
--- /dev/null
+++ b/z-structs.png
Binary files differ