From 45a2a6eefc82f3f22b75d5331c348aa27befc6af Mon Sep 17 00:00:00 2001 From: mrtnvgr Date: Sat, 2 Mar 2024 14:07:38 +0700 Subject: [PATCH] docs(readme): fix examples hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df2f1576..5c2380039 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Enable the `cuda` feature to start using the `Cuda` device! Requires the install ## API Preview -Check [examples/](examples/) for more details. +Check [dfdx/examples/](dfdx/examples/) for more details. 1. 👌 Simple Neural Networks API, completely shape checked at compile time.