Fixed broken reference

This commit is contained in:
Rodolphe Marques 2017-07-05 10:14:40 +02:00
parent da574e909d
commit 5e1480abd7

View File

@ -29,7 +29,7 @@ A CREATE transaction should have exactly one input. That input can contain one o
See the reference on :ref:`inputs <Input>` for more description about the meaning of each field. See the reference on :ref:`inputs <Input>` for more description about the meaning of each field.
To calculate a fulfillment URI, you can use one of the To calculate a fulfillment URI, you can use one of the
:ref:`BigchainDB drivers or transaction-builders <Drivers & Clients>`, :ref:`BigchainDB drivers or transaction-builders <Drivers & Tools>`,
or use a low-level crypto-conditions library as illustrated or use a low-level crypto-conditions library as illustrated
in the page about `Handcrafting Transactions <https://docs.bigchaindb.com/projects/py-driver/en/latest/handcraft.html>`_. in the page about `Handcrafting Transactions <https://docs.bigchaindb.com/projects/py-driver/en/latest/handcraft.html>`_.
@ -52,7 +52,7 @@ See the reference on :ref:`outputs <Output>` for more description about the mean
Below is a high-level description of what goes into building a ``condition`` object. Below is a high-level description of what goes into building a ``condition`` object.
To construct an actual ``condition`` object, you can use one of the To construct an actual ``condition`` object, you can use one of the
:ref:`BigchainDB drivers or transaction-builders <Drivers & Clients>`, :ref:`BigchainDB drivers or transaction-builders <Drivers & Tools>`,
or use a low-level crypto-conditions library as illustrated or use a low-level crypto-conditions library as illustrated
in the page about `Handcrafting Transactions <https://docs.bigchaindb.com/projects/py-driver/en/latest/handcraft.html>`_. in the page about `Handcrafting Transactions <https://docs.bigchaindb.com/projects/py-driver/en/latest/handcraft.html>`_.