Skip to content

Commit 534704b

Browse files
author
Dale Avery
authored
Merge pull request IBM-Blockchain-Archive#64 from IBM-Blockchain/master
Bringing fixes in master into v2.0
2 parents 63a227f + 4103300 commit 534704b

2 files changed

Lines changed: 424 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The fastest way to test your chaincode is to use the REST interface on your peer
259259

260260
Calls to the `/chaincode` endpoint of the REST interface require a secure context ID to be included in the body of the request. This means that you must first enroll a user from the user list in the membership service for your network.
261261

262-
- Find an available user to enroll on one of your peers. This will most likely require you to grab a user from the [membersrvc.yaml](fabric/membersrvc/membersrvc.yaml) file for your network. Look for the section that has a list of users like this:
262+
- Find an available user to enroll on one of your peers. This will most likely require you to grab a user from the [membersrvc.yaml](https://github.com/hyperledger/fabric/blob/v0.6/membersrvc/membersrvc.yaml#L199) file for your network. Look for the section that has a list of users like this:
263263

264264
```
265265
...

0 commit comments

Comments
 (0)