From a8d9102f9f0ee91a7895382def59dbf764e5df31 Mon Sep 17 00:00:00 2001 From: Dominique Emond Date: Fri, 14 Jun 2019 11:03:54 -0400 Subject: [PATCH] docs: change link to authentication tutorial Change link from shopping cart example github link to authentication tutorial link. --- docs/site/Loopback-component-authentication.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/site/Loopback-component-authentication.md b/docs/site/Loopback-component-authentication.md index b472e68a5519..45a14b17afe4 100644 --- a/docs/site/Loopback-component-authentication.md +++ b/docs/site/Loopback-component-authentication.md @@ -651,6 +651,6 @@ export class MyApplication extends BootMixin( } ``` -You can find a working example of a LoopBack 4 shopping cart application with -JWT authentication -[here](https://github.com/strongloop/loopback4-example-shopping). +You can find a **completed example** and **tutorial** of a LoopBack 4 shopping +cart application with JWT authentication +[here](./tutorials/authentication/Authentication-Tutorial.md).