Skip to content

Commit

Permalink
[Doc] Remove text for a broken link (#3433)
Browse files Browse the repository at this point in the history
Signed-off-by: D <d_kelsey@uk.ibm.com>

Co-authored-by: D <d_kelsey@uk.ibm.com>
  • Loading branch information
davidkel and D authored May 20, 2022
1 parent d8d44b8 commit f29179b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The cURL command in the instructions below sets up your environment so that you

## Download Fabric samples, Docker images, and binaries

A working directory is required - for example, Go Developers use the `$HOME/go/src/github.com/<your_github_userid>` directory.  This is a Golang Community recommendation for Go projects. If you are using a different directory or Windows, see the [Notes](https://hyperledger-fabric.readthedocs.io/en/latest/install.html#notes) below.
A working directory is required - for example, Go Developers use the `$HOME/go/src/github.com/<your_github_userid>` directory.  This is a Golang Community recommendation for Go projects.

```shell
mkdir -p $HOME/go/src/github.com/<your_github_userid>
Expand Down Expand Up @@ -60,7 +60,7 @@ To pull the Docker containers and clone the samples repo, run one of these comma

```bash
./install-fabric.sh docker samples
./install-fabric.sh d s
./install-fabric.sh d s
```

If no arguments are supplied, then the arguments `docker binary samples` are assumed.
Expand Down

0 comments on commit f29179b

Please sign in to comment.