Skip to content

Commit 9a3a445

Browse files
committed
Fixed broken links in docs
Links to additional card resources now point to the correct anchors in the docs file. Also fixed a section underlining that was too short and thus triggered a warning whenever building the docs.
1 parent 217dda3 commit 9a3a445

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/user/cards.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ client:
4343

4444

4545
Processing a card action
46-
=======================
46+
========================
47+
4748

4849
Adaptive card interactions are treated as "attachment actions". Once user interacts
4950
with your card and submits an action, your app will receive a webhook from Webex. You
50-
must `setup a webhook <api.rst#webhooks>`_ in advance with ``resource = "attachmentActions"``
51+
must :ref:`setup a webhook <webhooks>` in advance with ``resource = "attachmentActions"``
5152
and ``event = "created"``.
5253

5354
Webhook payload will contain a JSON:
@@ -64,7 +65,7 @@ Webhook payload will contain a JSON:
6465
}
6566
6667
Extract attachment action ID from ``['data']['id']`` and
67-
use `attachment_actions.get() <api.rst#attachment_actions>`_ to get full information
68+
use :ref:`attachment_actions.get() <attachment_actions>` to get full information
6869
about user action and any submitted data.
6970

7071
.. code-block:: python

0 commit comments

Comments
 (0)