From 33d94de91dd482fa785a70622b1301387271de04 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Thu, 30 Aug 2018 14:50:05 +0100 Subject: [PATCH] CORDA-1841 - Made paths in tutorial-cordapp consistent. (#3778) (#3867) --- 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 76dfe7891c..af8426f711 100644 --- a/docs/source/tutorial-cordapp.rst +++ b/docs/source/tutorial-cordapp.rst @@ -275,12 +275,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: