From ddc9ee4dcddc7da10d00b4a4524bc9a035289813 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 7 Feb 2020 19:11:55 +0000 Subject: docs(nix/yants): Fix screenshot URLs The URLs served on the /about page are relative to the path's dirname, which is tree/nix not tree/nix/yants. --- nix/yants/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nix/yants') diff --git a/nix/yants/README.md b/nix/yants/README.md index 5d551e5a49..48bf3f7b37 100644 --- a/nix/yants/README.md +++ b/nix/yants/README.md @@ -21,23 +21,23 @@ Currently lacking: ## Primitives & simple polymorphism -![simple](screenshots/simple.png) +![simple](yants/screenshots/simple.png) ## Structs -![structs](screenshots/structs.png) +![structs](yants/screenshots/structs.png) ## Nested structs! -![nested structs](screenshots/nested-structs.png) +![nested structs](yants/screenshots/nested-structs.png) ## Enums! -![enums](screenshots/enums.png) +![enums](yants/screenshots/enums.png) ## Functions! -![functions](screenshots/functions.png) +![functions](yants/screenshots/functions.png) # Usage -- cgit 1.4.1