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.
This commit is contained in:
Vincent Ambo 2020-02-07 19:11:55 +00:00
parent df5cdf02a8
commit ddc9ee4dcd

View file

@ -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