From cb0d07fa30c40beaef815614fee949f496edc514 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 8 Aug 2019 12:54:45 +0100 Subject: [PATCH] docs: Fix image links (relative is not supported in gists) --- yants.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)