diff --git a/docs/deploy/migration-guide.md b/docs/deploy/migration-guide.md index 204e767f993..9ed06573f95 100644 --- a/docs/deploy/migration-guide.md +++ b/docs/deploy/migration-guide.md @@ -42,7 +42,8 @@ const user = userService.loginUserWithoutPassword( req.session.user = user; ``` -[Read more about RBAC](../user_guide/rbac) +- [Read more about Securing Unleash v4](./securing_unleash) +- [Read more about RBAC](../user_guide/rbac) ### 4. Legacy v2 routes removed