From 2a50dbc6deaa71c6d377c112a9a48b2ad9a1a292 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Mon, 12 Feb 2024 03:20:06 -0600 Subject: [PATCH] Fix derive example link in README (#31) --- onlyargs_derive/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlyargs_derive/README.md b/onlyargs_derive/README.md index 1d1d364..1be3c20 100644 --- a/onlyargs_derive/README.md +++ b/onlyargs_derive/README.md @@ -21,4 +21,4 @@ The Minimum Supported Rust Version for `onlyargs` will always be made available # Examples -See the [`derive-example`](../examples/derive/src/main.rs) for usage. +See the [`derive-example`](../examples/full-derive/src/main.rs) for usage.