From b7ddf97127df8495c8da6caf2fd2770a07ee268d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Thu, 9 Sep 2021 13:36:52 +0200 Subject: [PATCH] Fix link in documentation --- docs/usage/flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/flow.md b/docs/usage/flow.md index 2b56b5c4..f506ff46 100644 --- a/docs/usage/flow.md +++ b/docs/usage/flow.md @@ -193,7 +193,7 @@ You'll get a JSON response looking like this: ``` !!! tip - If you use one of the [dependency callable](./dependency-callables.md) to protect one of your own endpoint, you'll have to authenticate exactly in the same way. + If you use one of the [dependency callable](./current-user.md) to protect one of your own endpoint, you'll have to authenticate exactly in the same way. ## 4. Update my profile