From 221411a7412cc2ce8e95a50b5589ced204d843a5 Mon Sep 17 00:00:00 2001 From: David Patrick Date: Fri, 10 Apr 2020 12:52:40 -0700 Subject: [PATCH] Fix broken link on Refresh Tokens --- EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 7ffd7e3b..646837d9 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -162,7 +162,7 @@ app.get('/route-that-calls-an-api', async (req, res, next) => { ## 6. Obtaining and using refresh tokens -[Refresh tokens](https://auth0.com/docs/tokens/refresh-token/current) can be requested along with access tokens using the `offline_access` scope during login. Please see the section on access tokens above for information on token storage. +[Refresh tokens](https://auth0.com/docs/tokens/concepts/refresh-tokens) can be requested along with access tokens using the `offline_access` scope during login. Please see the section on access tokens above for information on token storage. ```js app.use(auth({