From 0f4998ef1610656dbe3ca301fa4169167ee4e14d Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 15 Jun 2017 10:04:49 +0200 Subject: [PATCH] changed hard-coded URL in docs link to a :ref: --- docs/server/source/http-client-server-api.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/server/source/http-client-server-api.rst b/docs/server/source/http-client-server-api.rst index 2fccd955..0afc562f 100644 --- a/docs/server/source/http-client-server-api.rst +++ b/docs/server/source/http-client-server-api.rst @@ -150,8 +150,8 @@ Transactions .. note:: If the server is returning a ``202`` HTTP status code, then the transaction has been accepted for processing. To check the status of the - transaction, poll the link to the `status monitor - `_ + transaction, poll the link to the + :ref:`status monitor ` provided in the ``Location`` header or listen to server's :ref:`WebSocket Event Stream API `. @@ -225,6 +225,7 @@ Statuses statuses <#get--statuses?tx_id=tx_id>`_ and `block statuses <#get--statuses?block_id=block_id>`_). +.. _get_status_of_transaction: .. http:get:: /api/v1/statuses?tx_id={tx_id}