mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 16:15:09 +00:00
Fix link anchor "here" in sample README (#378)
This is a pet peeve of mine: 'here' is a very poor choice for a link anchor. See https://lehors.wordpress.com/2009/01/29/linking-the-proper-way/ Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
This commit is contained in:
parent
d2e2a8b683
commit
b1e848e93c
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ cd fabric-samples/commercial-paper/organization/digibank
|
|||
|
||||
You need to perform similar operations for _both_ organizations and for your language choice from the instructions below. For the different contract languages, the steps are very similar - the full set of steps are actually shown in the JavaScript section (see twisty). However, you will perform one or two different initial steps for Java or Go before completing the remaining common steps as instructed in those language sections.
|
||||
|
||||
Note that the commands below make use of the `jq` utility for parsing output - download and install it from [here](https://stedolan.github.io/jq/download/)
|
||||
Note that the commands below make use of the `jq` utility for parsing output - download and install it from [the jq download page](https://stedolan.github.io/jq/download/).
|
||||
|
||||
|
||||
**<details><summary>For a JavaScript Contract</summary>**
|
||||
|
|
|
|||
Loading…
Reference in a new issue