From bfd8a5410b85236e0718665e96480d0f66d3999a Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:32:22 +0300 Subject: [PATCH 1/2] Add proper links --- helpers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers.md b/helpers.md index f4c7b76660a..0ce7ec98f89 100644 --- a/helpers.md +++ b/helpers.md @@ -2131,6 +2131,8 @@ $full = url()->full(); $previous = url()->previous(); ``` +For more information on working with the `url` function, consult the [Generating URLs section](/docs/{{version}}/urls#generating-urls). + ## Miscellaneous From 1662cfddc3a44f09ce0011efb65874f3d9ca2b0f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 24 Jun 2025 18:11:35 +0200 Subject: [PATCH 2/2] Update helpers.md --- helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.md b/helpers.md index 0ce7ec98f89..5061ead7a39 100644 --- a/helpers.md +++ b/helpers.md @@ -2131,7 +2131,7 @@ $full = url()->full(); $previous = url()->previous(); ``` -For more information on working with the `url` function, consult the [Generating URLs section](/docs/{{version}}/urls#generating-urls). +For more information on working with the `url` function, consult the [URL generation documentation](/docs/{{version}}/urls#generating-urls). ## Miscellaneous