about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-07T19·11+0000
committerVincent Ambo <tazjin@google.com>2020-02-07T19·11+0000
commitddc9ee4dcddc7da10d00b4a4524bc9a035289813 (patch)
tree5c790dd086c68da9d9ead42ea0c14df4a7675c9f
parentdf5cdf02a81d333d27ca9f19ed0fce74ef9e5146 (diff)
docs(nix/yants): Fix screenshot URLs r/481
The URLs served on the /about page are relative to the path's dirname,
which is tree/nix not tree/nix/yants.
-rw-r--r--nix/yants/README.md10
1 files changed, 5 insertions, 5 deletions
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