From ae73fdbebee6ed2c9903d098896eccb9a49ea914 Mon Sep 17 00:00:00 2001 From: Riley Shea Date: Thu, 16 Jul 2020 05:08:59 -0400 Subject: [PATCH] Update Purest docs link (#7028) Strapi uses purest 3.1 but docs were linking to an old 2.x branch of purest. --- docs/v3.x/plugins/users-permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3.x/plugins/users-permissions.md b/docs/v3.x/plugins/users-permissions.md index b7c7e07486..7c306f2d29 100644 --- a/docs/v3.x/plugins/users-permissions.md +++ b/docs/v3.x/plugins/users-permissions.md @@ -649,7 +649,7 @@ case 'discord': { This code creates a `Purest` object that gives us a generic way to interact with the provider's REST API. -For more specs on using the `Purest` module, please refer to the [Official Purest Documentation](https://github.com/simov/purest/tree/2.x) +For more specs on using the `Purest` module, please refer to the [Official Purest Documentation](https://github.com/simov/purest) You may also want to take a look onto the numerous already made configurations [here](https://github.com/simov/purest-providers/blob/master/config/providers.json).