Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Jun 2, 2017
1 parent 6bbdf8b commit e705ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git clone https://github.com/uber/jaeger-ui.git
cd jaeger-ui
```

Use the recommended npm and Node versions: (defined in (.nvmrc)[./.nvmrc] file):
Use the recommended npm and Node versions: (defined in [.nvmrc](./.nvmrc) file):

```
nvm use
Expand All @@ -32,7 +32,7 @@ yarn install
```

Make sure you have the Jaeger Query service running on http://localhost:16686.
For example, you can run Jaeger all-in-one Docker image as descibed in the (documentation)[aio-docs].
For example, you can run Jaeger all-in-one Docker image as descibed in the [documentation][aio-docs].

If you don't have it running locally, then tunnel to the correct host and port.

Expand Down

0 comments on commit e705ab0

Please sign in to comment.