From 7d2bfc6fcf33443d238e2358be8f7616d481ccc9 Mon Sep 17 00:00:00 2001 From: FreezerNick Date: Fri, 22 Apr 2022 11:24:14 +0200 Subject: [PATCH] DOC: Fix page not found in Builtin Middlewares Updates the address to the URL special variables page --- .../02_Controllers/06_Builtin_Middlewares.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/02_Controllers/06_Builtin_Middlewares.md b/docs/en/02_Developer_Guides/02_Controllers/06_Builtin_Middlewares.md index 57aaa319b..cd7a80316 100644 --- a/docs/en/02_Developer_Guides/02_Controllers/06_Builtin_Middlewares.md +++ b/docs/en/02_Developer_Guides/02_Controllers/06_Builtin_Middlewares.md @@ -20,4 +20,4 @@ You may find them in the [SilverStripe\Control\Middleware](api:SilverStripe\Cont | [RateLimitMiddleware](api:SilverStripe\Control\Middleware\RateLimitMiddleware) | Access throttling, controls HTTP Retry-After header | | [SessionMiddleware](api:SilverStripe\Control\Middleware\SessionMiddleware) | PHP Session initialisation | | [TrustedProxyMiddleware](api:SilverStripe\Control\Middleware\TrustedProxyMiddleware) | Rewrites headers that provide IP and host details from upstream proxies | -| [URLSpecialsMiddleware](api:SilverStripe\Control\Middleware\URLSpecialsMiddleware) | Controls some of the [URL special variables](../../debugging/url_variable_tools) | +| [URLSpecialsMiddleware](api:SilverStripe\Control\Middleware\URLSpecialsMiddleware) | Controls some of the [URL special variables](../debugging/url_variable_tools) |