From a3b90345f5578903718b9f6027089af05cb80fc9 Mon Sep 17 00:00:00 2001 From: Dominique Emond Date: Thu, 13 Jun 2019 09:08:32 -0400 Subject: [PATCH] docs: point to new authentication component doc link Point to new Authentication component document --- docs/site/decorators/Decorators_authenticate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/decorators/Decorators_authenticate.md b/docs/site/decorators/Decorators_authenticate.md index 22fa0142741c..4ac74d8f9570 100644 --- a/docs/site/decorators/Decorators_authenticate.md +++ b/docs/site/decorators/Decorators_authenticate.md @@ -41,4 +41,4 @@ export class WhoAmIController { ``` For more information on authentication with LoopBack, visit -[here](https://github.com/strongloop/loopback-next/blob/master/packages/authentication/README.md). +[here](../Loopback-component-authentication.md).