Skip to content

Commit

Permalink
Fabcar uses first-network instead basic-network
Browse files Browse the repository at this point in the history
Signed-off-by: Rout Chaitanya <chaitanyarout5@gmail.com>
  • Loading branch information
Rout Chaitanya authored and guoger committed Jan 6, 2020
1 parent 2e2506d commit c939f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/write_first_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@ The application connects to the network using a gateway:
This code creates a new gateway and then uses it to connect the application to
the network. ``ccp`` describes the network that the gateway will access with the
identity ``user1`` from ``wallet``. See how the ``ccp`` has been loaded from
``../../basic-network/connection.json`` and parsed as a JSON file:
``../../first-network/connection.json`` and parsed as a JSON file:
.. code:: bash
const ccpPath = path.resolve(__dirname, '..', '..', 'basic-network', 'connection.json');
const ccpPath = path.resolve(__dirname, '..', '..', 'first-network', 'connection.json');
const ccpJSON = fs.readFileSync(ccpPath, 'utf8');
const ccp = JSON.parse(ccpJSON);
Expand Down

0 comments on commit c939f45

Please sign in to comment.