From 4c172aa047a3aa58fdd57ea471ee83098fc9312d Mon Sep 17 00:00:00 2001 From: Adrien David-Sivelle Date: Thu, 28 Jan 2021 15:07:13 -0500 Subject: [PATCH] Fix link to oauth client libraries --- content/reference/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/libraries.md b/content/reference/libraries.md index 1986c93f..8e85dba7 100644 --- a/content/reference/libraries.md +++ b/content/reference/libraries.md @@ -4,7 +4,7 @@ We recommend using an existing OAuth 2.0 library instead of implementing the protocol by hand. There are many edge cases, and using a well-tested library is the best way to cover them all. -You can find a list of client libraries at [oauth.net](http://oauth.net/2/#client-libraries). +You can find a list of client libraries at [oauth.net](https://oauth.net/code). For Ruby users, we also developed nice gems ourselves to ease the integration of our api: