Skip to content

Commit

Permalink
Fix go get url (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierprovecho authored and yurishkuro committed Nov 14, 2017
1 parent 704cdbd commit 5ffaa47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hotrod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Jaeger UI can be accessed at http://localhost:16686.
### Run HotROD Application

```
go get github.com/uber/jaeger
cd $GOPATH/src/github.com/uber/jaeger
go get github.com/jaegertracing/jaeger
cd $GOPATH/src/github.com/jaegertracing/jaeger
make install
cd examples/hotrod
go run ./main.go all
Expand All @@ -43,4 +43,4 @@ Then open http://127.0.0.1:8080


[hotrod-tutorial]: https://medium.com/@YuriShkuro/take-opentracing-for-a-hotrod-ride-f6e3141f7941
[hotrod-openshift]: https://blog.openshift.com/openshift-commons-briefing-82-distributed-tracing-with-jaeger-prometheus-on-kubernetes/
[hotrod-openshift]: https://blog.openshift.com/openshift-commons-briefing-82-distributed-tracing-with-jaeger-prometheus-on-kubernetes/

0 comments on commit 5ffaa47

Please sign in to comment.