From 76072445576d5250855b6e9c42e461da6cace535 Mon Sep 17 00:00:00 2001 From: Michele Sollecito Date: Mon, 13 Aug 2018 16:21:16 +0100 Subject: [PATCH] [CORDA-1841]: Made paths in tutorial-cordapp consistent. (#3778) --- docs/source/tutorial-cordapp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorial-cordapp.rst b/docs/source/tutorial-cordapp.rst index 7840dc6e6a..75af66b69a 100644 --- a/docs/source/tutorial-cordapp.rst +++ b/docs/source/tutorial-cordapp.rst @@ -286,12 +286,12 @@ Each node webserver exposes the following endpoints: There is also a web front-end served from ``/web/example``. -.. warning:: The content in ``web/example`` is only available for demonstration purposes and does not implement +.. warning:: The content in ``/web/example`` is only available for demonstration purposes and does not implement anti-XSS, anti-XSRF or other security techniques. Do not use this code in production. Creating an IOU via the endpoint ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -An IOU can be created by sending a PUT request to the ``api/example/create-iou`` endpoint directly, or by using the +An IOU can be created by sending a PUT request to the ``/api/example/create-iou`` endpoint directly, or by using the the web form served from ``/web/example``. To create an IOU between PartyA and PartyB, run the following command from the command line: