From eb82993073ceec45983bd28cc6030a473c12d1c9 Mon Sep 17 00:00:00 2001 From: jannyHou Date: Thu, 16 Jul 2020 12:03:27 -0400 Subject: [PATCH] fix: tutorial link --- examples/access-control-migration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/access-control-migration/README.md b/examples/access-control-migration/README.md index 5ea8b23806dd..31fd8424cb78 100644 --- a/examples/access-control-migration/README.md +++ b/examples/access-control-migration/README.md @@ -10,7 +10,7 @@ the access control. This tutorial demonstrates how to implement a RBAC(Role Based Access Control) system and provides 5 endpoints to test different role's permissions. The tutorial of building it from a dummy application documented in -[auth-example-migration-tutorial](https://github.com/strongloop/loopback-next/blob/auth-migration/docs/site/migration/auth/example.md) +[auth-example-migration-tutorial](https://loopback.io/doc/en/lb4/migration-auth-access-control-example.html) ## Setup