From 1fca72262649bae95504fad3903dae616a059b26 Mon Sep 17 00:00:00 2001 From: Aubry d'Andoque Date: Wed, 5 Jan 2022 20:02:25 +0100 Subject: [PATCH] fix : Update myRemarkable token url in error message --- docs/source/quickstart.rst | 2 +- rmapy/api.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 4f1224a..490b025 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -7,7 +7,7 @@ are re-used because we use the same storage location & format. If not, you'll need to register the client as a new device on `my remarkable`_. -.. _my remarkable: https://my.remarkable.com/connect/remarkable +.. _my remarkable: https://my.remarkable.com/device/desktop/connect .. _rmapi: https://github.com/juruen/rmapi diff --git a/rmapy/api.py b/rmapy/api.py index 56228e4..fe82acb 100644 --- a/rmapy/api.py +++ b/rmapy/api.py @@ -95,12 +95,12 @@ def register_device(self, code: str): """Registers a device on the Remarkable Cloud. This uses a unique code the user gets from - https://my.remarkable.com/connect/remarkable to register a new device + https://my.remarkable.com/device/desktop/connect to register a new device or client to be able to execute api calls. Args: code: A unique One time code the user can get - at https://my.remarkable.com/connect/remarkable . + at https://my.remarkable.com/device/desktop/connect . Returns: True Raises: