From 10a697fa600ced00bd8c6420ae07722860dfa909 Mon Sep 17 00:00:00 2001 From: troymc Date: Sun, 11 Dec 2016 16:23:39 +0100 Subject: [PATCH] Fixed broken link to The Transaction Model --- docs/server/source/drivers-clients/http-client-server-api.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/server/source/drivers-clients/http-client-server-api.rst b/docs/server/source/drivers-clients/http-client-server-api.rst index 17cdf429..4cab0c57 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -74,8 +74,7 @@ POST /transactions/ Push a new transaction. - Note: The posted transaction should be a valid and signed `transaction - `_. + Note: The posted transaction should be a valid and signed :doc:`transaction <../data-models/transaction-model>`. The steps to build a valid transaction are beyond the scope of this page. One would normally use a driver such as the `BigchainDB Python Driver `_ to