Skip to content

Commit 5694ba3

Browse files
authored
Merge pull request #40 from mulderje/pr-readme-404s
fix(README): add doc URL prefix to fix 404s from GH README
2 parents efd75e1 + 87a29e8 commit 5694ba3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ five six seven eight
8989
nine ten eleven twelve
9090
```
9191

92-
[filling]: struct.GridOptions.html#structfield.filling
93-
[direction]: struct.GridOptions.html#structfield.direction
94-
[width]: struct.GridOptions.html#structfield.width
95-
[LeftToRight]: enum.Direction.html#variant.LeftToRight
96-
[TopToBottom]: enum.Direction.html#variant.TopToBottom
92+
[filling]: https://docs.rs/uutils_term_grid/latest/term_grid/struct.GridOptions.html#structfield.filling
93+
[direction]: https://docs.rs/uutils_term_grid/latest/term_grid/struct.GridOptions.html#structfield.direction
94+
[width]: https://docs.rs/uutils_term_grid/latest/term_grid/struct.GridOptions.html#structfield.width
95+
[LeftToRight]: https://docs.rs/uutils_term_grid/latest/term_grid/enum.Direction.html#variant.LeftToRight
96+
[TopToBottom]: https://docs.rs/uutils_term_grid/latest/term_grid/enum.Direction.html#variant.TopToBottom
9797

9898
## Width of grid cells
9999

0 commit comments

Comments
 (0)