From 80be79f5e8f95bd9c93e0ea521f4b7ec495400f2 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 20 Nov 2023 02:43:18 +0100 Subject: [PATCH] Fixed link format. --- platypush/plugins/trello/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/trello/__init__.py b/platypush/plugins/trello/__init__.py index 0cd85845..cac2f7b7 100644 --- a/platypush/plugins/trello/__init__.py +++ b/platypush/plugins/trello/__init__.py @@ -42,7 +42,8 @@ class TrelloPlugin(RunnablePlugin): """ Trello integration. - You'll need a Trello API key. You can get it `here `. + You'll need a Trello API key. You can get it `here + `_. You'll also need an auth token if you want to view/change private resources. You can generate a permanent token linked to your account on @@ -71,7 +72,8 @@ class TrelloPlugin(RunnablePlugin): **kwargs, ): """ - :param api_key: Trello API key. You can get it `here `. + :param api_key: Trello API key. You can get it `here + `_. :param api_secret: Trello API secret. You can get it `here `. :param token: Trello token. It is required if you want to access or modify private resources. You can get a permanent token on