Skip to content

Commit

Permalink
fix: add link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed May 18, 2021
1 parent c224786 commit 4c73dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/deploy/migration-guide.md
Expand Up @@ -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

Expand Down

0 comments on commit 4c73dc6

Please sign in to comment.