From 4a126849fb38c13c33a5302da71557a4ec98f3d2 Mon Sep 17 00:00:00 2001 From: luomin Date: Thu, 27 Sep 2018 00:11:10 +0900 Subject: [PATCH] Update tutorial-cordapp.rst (#3980) --- docs/source/tutorial-cordapp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial-cordapp.rst b/docs/source/tutorial-cordapp.rst index 75af66b69a..06789ea9a0 100644 --- a/docs/source/tutorial-cordapp.rst +++ b/docs/source/tutorial-cordapp.rst @@ -396,7 +396,7 @@ please follow the instructions in :doc:`node-database`. Using the example RPC client ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -``/src/main/kotlin-source/com/example/client/ExampleClientRPC.kt`` defines a simple RPC client that connects to a node, +``/src/main/kotlin/com/example/client/ExampleClientRPC.kt`` defines a simple RPC client that connects to a node, logs any existing IOUs and listens for any future IOUs. If you haven't created any IOUs when you first connect to one of the nodes, the client will simply log any future IOUs that are agreed.