From fa488d933e1d47ba976bc5f1f853847f18f1abb6 Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:29:44 +0000 Subject: [PATCH] docs: Fix examples link in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e7c039..52ad3a9 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,7 @@ cargo add crankshaft ``` Once you've added `crankshaft` to your dependencies, you should head over to the -[`/examples`](https://github.com/stjude-rust-labs/crankshaft/tree/main/crankshaft/examples) -to see how you can use the library in your projects. +[`examples`](./examples) to see how you can use the library in your projects. ## 🖥️ Development