Skip to content

Commit

Permalink
fix url for prometheus and zipkin
Browse files Browse the repository at this point in the history
  • Loading branch information
liukgg committed Mar 23, 2018
1 parent f06131f commit 9142906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The primary focus of Lile is to remove the boilerplate when creating new service

Lile comes with basic pre setup with pluggable options for things like...

* Metrics (e.g. [Prometheus](prometheus.io))
* Tracing (e.g. [Zipkin](zipkin.io))
* Metrics (e.g. [Prometheus](https://prometheus.io))
* Tracing (e.g. [Zipkin](https://zipkin.io))
* PubSub (e.g. [Google PubSub](https://cloud.google.com/pubsub/docs/overview))
* Service Discovery

Expand Down Expand Up @@ -301,4 +301,4 @@ $ cd orders
$ cobra add import
```

You can now edit the file generated to create your cmd, `cobra` will automatically add the cmd's name to the help.
You can now edit the file generated to create your cmd, `cobra` will automatically add the cmd's name to the help.

0 comments on commit 9142906

Please sign in to comment.