From 6484505b4c557635548ce5e5418017beb7a7d227 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 25 Jan 2019 14:25:50 +0300 Subject: [PATCH] docs(auth): fix NbPasswordAuthStrategy link (#1177) --- docs/articles/auth-strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/auth-strategy.md b/docs/articles/auth-strategy.md index 41eb1254d8..3586490a79 100644 --- a/docs/articles/auth-strategy.md +++ b/docs/articles/auth-strategy.md @@ -39,7 +39,7 @@ We assume you already have the Auth module installed inside of your `*.module.ts ## Setup API configuration -Now, let's add API endpoints. According to the [NbPasswordAuthStrategy documentation](docs/auth/NbPasswordAuthStrategy), we have `baseEndpoint` setting, and also an `endpoint` setting for each function (login/register/etc): +Now, let's add API endpoints. According to the [NbPasswordAuthStrategy documentation](docs/auth/nbpasswordauthstrategy), we have `baseEndpoint` setting, and also an `endpoint` setting for each function (login/register/etc): ```typescript