From a61d9f224f581849c9b87709b582396c40003b26 Mon Sep 17 00:00:00 2001 From: Nikola Kovacs Date: Fri, 15 Jan 2016 11:37:49 +0100 Subject: [PATCH] fix link to AuthMethod --- docs/guide/rest-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/rest-controllers.md b/docs/guide/rest-controllers.md index e0666cb..52d1673 100644 --- a/docs/guide/rest-controllers.md +++ b/docs/guide/rest-controllers.md @@ -53,7 +53,7 @@ In particular, the following filters will be executed in the order they are list * [[yii\filters\ContentNegotiator|contentNegotiator]]: supports content negotiation, to be explained in the [Response Formatting](rest-response-formatting.md) section; * [[yii\filters\VerbFilter|verbFilter]]: supports HTTP method validation; -* [[yii\filters\AuthMethod|authenticator]]: supports user authentication, to be explained in +* [[yii\filters\auth\AuthMethod|authenticator]]: supports user authentication, to be explained in the [Authentication](rest-authentication.md) section; * [[yii\filters\RateLimiter|rateLimiter]]: supports rate limiting, to be explained in the [Rate Limiting](rest-rate-limiting.md) section.