mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fixed broken reference
This commit is contained in:
parent
da574e909d
commit
5e1480abd7
@ -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>`_.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user