diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-07T19·11+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-07T19·11+0000 |
commit | ddc9ee4dcddc7da10d00b4a4524bc9a035289813 (patch) | |
tree | 5c790dd086c68da9d9ead42ea0c14df4a7675c9f /nix/yants | |
parent | df5cdf02a81d333d27ca9f19ed0fce74ef9e5146 (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.
Diffstat (limited to 'nix/yants')
-rw-r--r-- | nix/yants/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nix/yants/README.md b/nix/yants/README.md index 5d551e5a49ab..48bf3f7b3796 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 |