From 727e5cf5d104affc1637e452c96640dcbc7f41c6 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa Date: Thu, 24 Apr 2025 21:38:08 +0200 Subject: [PATCH] Correct the URI documentation link --- urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urls.md b/urls.md index 3be122ecaa8..93872c77fd7 100644 --- a/urls.md +++ b/urls.md @@ -279,7 +279,7 @@ $uri = Uri::of('https://example.com') ->withFragment('section-1'); ``` -For more information on working with fluent URI objects, consult the [URI documentation](/docs/{{version}}/helpers#uris). +For more information on working with fluent URI objects, consult the [URI documentation](/docs/{{version}}/helpers#uri). ## Default Values