From 8dece11e85e3159ab4ea40e02d376ab31eb491ca Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 3 Sep 2022 13:44:13 +0900 Subject: [PATCH] Fix integrations link on authentication page --- v1/authentication/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/authentication/README.md b/v1/authentication/README.md index f947d9d..89a2fbc 100644 --- a/v1/authentication/README.md +++ b/v1/authentication/README.md @@ -2,6 +2,6 @@ In order to make authorized calls to Raindrop.io API, you must do the following: -* [x] [Register your application](https://app.raindrop.io/#/settings/apps/dev) +* [x] [Register your application](https://app.raindrop.io/settings/integrations) * [x] [Obtain access token](token.md)