From cb5e9fefa60833b16935d542714fed39baecdeb2 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 8 Jun 2017 11:14:41 +0200 Subject: [PATCH] Fixed an old error in Markdown-->RST conversion --- docs/root/source/assets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/source/assets.rst b/docs/root/source/assets.rst index 14982406..d09296e5 100644 --- a/docs/root/source/assets.rst +++ b/docs/root/source/assets.rst @@ -9,7 +9,7 @@ BigchainDB can store data of any kind (within reason), but it's designed to be p * The owners of an asset can specify (crypto-)conditions which must be satisified by anyone wishing transfer the asset to new owners. For example, a condition might be that at least 3 of the 5 current owners must cryptographically sign a transfer transaction. * BigchainDB verifies that the conditions have been satisified as part of checking the validity of transfer transactions. (Moreover, anyone can check that they were satisfied.) * BigchainDB prevents double-spending of an asset. -* Validated transactions are strongly tamper-resistant; see [the section about immutability / tamper-resistance](immutable.html). +* Validated transactions are strongly tamper-resistant; see :doc:`the page about immutability / tamper-resistance `. BigchainDB Integration with Other Blockchains