From 7da29ccdffcf633792bd8ad3e4407b8e938cdd19 Mon Sep 17 00:00:00 2001 From: Hildeberto Mendonca <200272+htmfilho@users.noreply.github.com> Date: Sun, 3 Mar 2024 19:30:10 -0500 Subject: [PATCH 1/3] Make the relative link to example work from the refinary folder This `README.md` file is reused in the `refinery` folder. From there, the link to the examples don't work. I'm proposing to change the link to a relative one, starting from the `rust-db` profile. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f91bbfd..67892bb0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ fn main() { } ``` -For more library examples, refer to the [`examples`](examples). +For more library examples, refer to the [`examples`](/rust-db/refinery/tree/main/examples). ### Example: CLI From 2fa3bf8b32da016185069fc2cdc5afe17b5d5ea8 Mon Sep 17 00:00:00 2001 From: Hildeberto Mendonca <200272+htmfilho@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:45:25 -0500 Subject: [PATCH 2/3] Fixed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67892bb0..742c15d5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ fn main() { } ``` -For more library examples, refer to the [`examples`](/rust-db/refinery/tree/main/examples). +For more library examples, refer to the [`examples`](/refinery/tree/patch-1/examples). ### Example: CLI From e0f8b5c5714310423571c15b27b3d7fcb513c283 Mon Sep 17 00:00:00 2001 From: Hildeberto Mendonca <200272+htmfilho@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:49:21 -0500 Subject: [PATCH 3/3] Changing the relative link to an absolute one --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 742c15d5..bac63cdd 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,7 @@ fn main() { } ``` -For more library examples, refer to the [`examples`](/refinery/tree/patch-1/examples). - +For more library examples, refer to the [`examples`](https://github.com/rust-db/refinery/tree/main/examples). ### Example: CLI NOTE: