From 24c28e445754acce20f21ec9f76e811ed9263c5c Mon Sep 17 00:00:00 2001 From: Valentino Pesce Date: Sat, 25 Jan 2020 19:21:15 +0100 Subject: [PATCH] Docs: Fix link to Middleware not found Fix link to Middleware not found in page Rate Limiting --- docs/en/02_Developer_Guides/09_Security/05_Rate_Limiting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/09_Security/05_Rate_Limiting.md b/docs/en/02_Developer_Guides/09_Security/05_Rate_Limiting.md index 277bcb2c9..f4eeca25a 100644 --- a/docs/en/02_Developer_Guides/09_Security/05_Rate_Limiting.md +++ b/docs/en/02_Developer_Guides/09_Security/05_Rate_Limiting.md @@ -6,7 +6,7 @@ icon: tachometer-alt # Rate Limiting -SilverStripe Framework comes with a [Middleware](developer_guides/controllers/middlewares/) that provides rate limiting +SilverStripe Framework comes with a [Middleware](../controllers/middlewares/) that provides rate limiting for the Security controller. This provides added protection to a potentially vulnerable part of a SilverStripe application where an attacker is free to bombard your login forms or other Security endpoints.