From 74ad15b3a4dcd3edf1bb434947692f29c8c868f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20No=C3=ABl?= Date: Fri, 10 Feb 2023 17:34:57 +0100 Subject: [PATCH] Update old documentation link to V4 documentation --- login-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-react/README.md b/login-react/README.md index 33d538af..855fff29 100644 --- a/login-react/README.md +++ b/login-react/README.md @@ -22,7 +22,7 @@ npx create-strapi-app my-project --quickstart **3 —** Create the Admin user: http://localhost:1337/admin/auth/register -**4 —** Configure one or several providers by following the instructions here: https://strapi.io/documentation/v3.x/plugins/users-permissions.html#providers +**4 —** Configure one or several providers by following the instructions here: https://docs.strapi.io/developer-docs/latest/plugins/users-permissions.html#providers **5 -** Launch the app ```bash