Skip to content

Commit

Permalink
rst links
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Jul 28, 2020
1 parent 6e5039e commit 5ad0c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/messaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ Message type: ``debug_reply``::

content = {}

The ``content`` dicts of the `debug_request` and `debug_reply` messages respectively follow the specification of the `Request` and `Response` messages from the [Debug Adapter Protocol (DAP)](https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/) as of version 1.39 or later.
The ``content`` dicts of the `debug_request` and `debug_reply` messages respectively follow the specification of the `Request` and `Response` messages from the `Debug Adapter Protocol (DAP) <https://microsoft.github.io/debug-adapter-protocol/>`_ as of version 1.39 or later.

Debug requests and replies are sent over the `control` channel to prevent queuing behind execution requests.

Expand Down Expand Up @@ -1439,7 +1439,7 @@ Message type: ``debug_event``::

content = {}

The ``content`` dict follows the specification of the `Event` message from the [Debug Adapter Protocol (DAP)](https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/).
The ``content`` dict follows the specification of the `Event` message from the `Debug Adapter Protocol (DAP) <https://microsoft.github.io/debug-adapter-protocol/>`_.

.. versionadded:: 5.5

Expand Down

0 comments on commit 5ad0c81

Please sign in to comment.