From c94b606cf0a2678683698fb71ce947d2e26f011d Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Thu, 22 Feb 2018 14:15:25 +0000 Subject: [PATCH] Fixes a typo in the node deployment docs. --- docs/source/deploying-a-node.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploying-a-node.rst b/docs/source/deploying-a-node.rst index 6918cc743d..0643ff1332 100644 --- a/docs/source/deploying-a-node.rst +++ b/docs/source/deploying-a-node.rst @@ -199,7 +199,7 @@ at boot, and means the Corda service stays running with no users connected to th mkdir C:\Corda wget http://jcenter.bintray.com/net/corda/corda/VERSION_NUMBER/corda-VERSION_NUMBER.jar -OutFile C:\Corda\corda.jar -2. Create a directory called ``cordapps`` in ``/opt/corda`` and save your CorDapp jar file to it. Alternatively, +2. Create a directory called ``cordapps`` in ``C:\Corda\`` and save your CorDapp jar file to it. Alternatively, download one of our `sample CorDapps `_ to the ``cordapps`` directory 3. Save the below as ``C:\Corda\node.conf``. See :doc:`corda-configuration-file` for a description of these options