Fixed link format.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabio Manganiello 2023-11-20 02:43:18 +01:00
parent bc8730d6f0
commit 80be79f5e8
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 4 additions and 2 deletions

View File

@ -42,7 +42,8 @@ class TrelloPlugin(RunnablePlugin):
"""
Trello integration.
You'll need a Trello API key. You can get it `here <https://trello.com/app-key>`.
You'll need a Trello API key. You can get it `here
<https://trello.com/app-key>`_.
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 <https://trello.com/app-key>`.
:param api_key: Trello API key. You can get it `here
<https://trello.com/app-key>`_.
:param api_secret: Trello API secret. You can get it `here <https://trello.com/app-key>`.
:param token: Trello token. It is required if you want to access or
modify private resources. You can get a permanent token on