Update Purest docs link (#7028)

Strapi uses purest 3.1 but docs were linking to an old 2.x branch of purest.
This commit is contained in:
Riley Shea 2020-07-16 05:08:59 -04:00 committed by GitHub
parent d707794cde
commit ae73fdbebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).