Skip to content

Commit

Permalink
Merge pull request #392 from riyadshauk/master
Browse files Browse the repository at this point in the history
update across site (2 files) wrong url: github.com/nats-io/nats/examp…
  • Loading branch information
gcolliso authored Dec 4, 2018
2 parents b1a788e + 4153f73 commit c54b00d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You will use this session to run an example NATS client subscriber program.
#### 3. CD to the Go client examples directory

```sh
% cd $GOPATH/src/github.com/nats-io/nats/examples
% cd $GOPATH/src/github.com/nats-io/go-nats/examples
```

#### 4. Run the client subscriber program
Expand All @@ -100,7 +100,7 @@ You will use this session to run a NATS publisher client.
#### 6. CD to the examples directory

```sh
% cd $GOPATH/src/github.com/nats-io/nats/examples
% cd $GOPATH/src/github.com/nats-io/go-nats/examples
```

#### 7. Publish a NATS message
Expand Down Expand Up @@ -146,7 +146,7 @@ You will use this session to run a second NATS subscriber.
#### 10. CD to the examples directory

```sh
% cd $GOPATH/src/github.com/nats-io/nats/examples
% cd $GOPATH/src/github.com/nats-io/go-nats/examples
```

#### 11. Subscribe to the message
Expand All @@ -170,7 +170,7 @@ You will use this session to run a third NATS subscriber.
#### 14. CD to the examples directory

```sh
% cd $GOPATH/src/github.com/nats-io/nats/examples
% cd $GOPATH/src/github.com/nats-io/go-nats/examples
```

#### 15. Subscribe to a different message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You will use these sessions to run the NATS request and reply clients.
#### 3. Change to the examples directory

```sh
% cd $GOPATH/src/github.com/nats-io/nats/examples
% cd $GOPATH/src/github.com/nats-io/go-nats/examples
```

#### 4. In one terminal, run the reply client listener
Expand Down

0 comments on commit c54b00d

Please sign in to comment.