From 87a29e8b9a284e4e1f7c0fd980b470780c4a87d3 Mon Sep 17 00:00:00 2001 From: Jon Mulder Date: Sat, 27 Apr 2024 12:59:09 -0400 Subject: [PATCH] fix(README): add doc URL prefix to fix 404s from GH README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c26f0a..e0c0124 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,11 @@ five six seven eight nine ten eleven twelve ``` -[filling]: struct.GridOptions.html#structfield.filling -[direction]: struct.GridOptions.html#structfield.direction -[width]: struct.GridOptions.html#structfield.width -[LeftToRight]: enum.Direction.html#variant.LeftToRight -[TopToBottom]: enum.Direction.html#variant.TopToBottom +[filling]: https://docs.rs/uutils_term_grid/latest/term_grid/struct.GridOptions.html#structfield.filling +[direction]: https://docs.rs/uutils_term_grid/latest/term_grid/struct.GridOptions.html#structfield.direction +[width]: https://docs.rs/uutils_term_grid/latest/term_grid/struct.GridOptions.html#structfield.width +[LeftToRight]: https://docs.rs/uutils_term_grid/latest/term_grid/enum.Direction.html#variant.LeftToRight +[TopToBottom]: https://docs.rs/uutils_term_grid/latest/term_grid/enum.Direction.html#variant.TopToBottom ## Width of grid cells