From 86b5915ae71884e4ac44f345968e31bb6cec2e22 Mon Sep 17 00:00:00 2001 From: Richard Green Date: Wed, 29 Mar 2017 15:24:24 +0100 Subject: [PATCH] changed reference from r3prototyping to corda --- docs/source/tutorial-building-transactions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial-building-transactions.rst b/docs/source/tutorial-building-transactions.rst index 657c8f4b70..e9a6dc08aa 100644 --- a/docs/source/tutorial-building-transactions.rst +++ b/docs/source/tutorial-building-transactions.rst @@ -102,7 +102,7 @@ tests in ``FxTransactionBuildTutorialTest.kt`` and ``WorkflowTransactionBuildTutorialTest.kt``, which drive the flows as part of a simulated in-memory network of nodes. When creating the IntelliJ run configuration for these unit test set the workspace -points to the root ``r3prototyping`` folder and add +points to the root ``corda`` folder and add ``-javaagent:lib/quasar.jar`` to the VM options, so that the ``Quasar`` instrumentation is correctly configured.