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:
parent
df5cdf02a8
commit
ddc9ee4dcd
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue