Skip to content

Commit 6ea9d28

Browse files
luominmastersingh24
authored andcommitted
[FAB-6010] fixed the wrong URL in examples/README
As the FAB-6010 pointed out, there are two URL links containing "fabric/example/..." which should be "fabric/examples/..." instead. This patch fixed them. In adtion, it is confirmed that no other documentation contain the same URL error. Change-Id: If02b9338297219ae35c8be99dbfab402eaa91a77 Signed-off-by: Min Luo <[email protected]> Signed-off-by: Gari Singh <[email protected]>
1 parent 16c40e5 commit 6ea9d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/configtxupdate/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ CGO_CFLAGS=" " GOBIN=/home/yellickj/go/src/github.com/hyperledger/fabric/build/b
8181
Binary available as build/bin/configtxgen
8282
```
8383

84-
It is recommended to run the example by invoking the script `fabric/example/configtxupdate/bootstrap_batchsize/script.sh` as follows:
84+
It is recommended to run the example by invoking the script `fabric/examples/configtxupdate/bootstrap_batchsize/script.sh` as follows:
8585

8686
```
8787
INTERACTIVE=true ./script.sh
@@ -160,7 +160,7 @@ ORDERER_GENERAL_LOGLEVEL=debug orderer
160160

161161
Reconfiguring a channel can be performed in a very similar way to modifying a genesis config.
162162

163-
The recommended path to proceed with this example is to run the script located at `fabric/example/configtxupdate/reconfigure_batchsize/script.sh` by invoking
163+
The recommended path to proceed with this example is to run the script located at `fabric/examples/configtxupdate/reconfigure_batchsize/script.sh` by invoking
164164

165165
```
166166
INTERACTIVE=true ./script.sh

0 commit comments

Comments
 (0)