From 5f305a181aaedce8a7cc4f773c0d63437a662454 Mon Sep 17 00:00:00 2001 From: Bredillet Thomas Date: Thu, 16 Nov 2023 22:35:44 +0100 Subject: [PATCH] Fix symfony docs anchor edited --- core/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/jwt.md b/core/jwt.md index a1a83cb0047..f8ef46f91e5 100644 --- a/core/jwt.md +++ b/core/jwt.md @@ -116,7 +116,7 @@ also want to [configure Swagger UI for JWT authentication](#documenting-the-auth ### Adding Authentication to an API Which Uses a Path Prefix -If your API uses a [path prefix](https://symfony.com/doc/current/routing/external_resources.html#prefixing-the-urls-of-imported-routes), the security configuration would look something like this instead: +If your API uses a [path prefix](https://symfony.com/doc/current/routing/external_resources.html#route-groups-and-prefixes), the security configuration would look something like this instead: ```yaml # api/config/packages/security.yaml