From 7e922af38cd1573cf23f695d1a3293badb47c300 Mon Sep 17 00:00:00 2001 From: Hildeberto Mendonca <200272+htmfilho@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:03:15 -0500 Subject: [PATCH] Make the relative link to examples work from the refinery folder (#318) Make the relative link to example work from the refinery folder --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f91bbfd..bac63cdd 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,7 @@ fn main() { } ``` -For more library examples, refer to the [`examples`](examples). - +For more library examples, refer to the [`examples`](https://github.com/rust-db/refinery/tree/main/examples). ### Example: CLI NOTE: