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