From 732f3215ebfee0f721ae28adf49afcd1809471b4 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 7 Feb 2026 15:14:48 +0100 Subject: [PATCH] Update examples folder link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df426a0a..9754ba68 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,4 @@ $description = (string) $docblock->getDescription(); $description = $docblock->getDescription()->render(); ``` -> For more examples it would be best to review the scripts in the [`/examples` folder](/examples). +> For more examples it would be best to review the scripts in the [`/docs/examples` folder](/docs/examples).