Docs: Fix link to Middleware not found

Fix link to Middleware not found in page Rate Limiting
This commit is contained in:
Valentino Pesce 2020-01-25 19:21:15 +01:00 committed by GitHub
parent a98a2d9c7f
commit 24c28e4457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.