Update links in README

Change the outdated links to the latest links in README

Change-Id: Ic829b89ae6737f2cf8aec0c3769c08d659640d89
This commit is contained in:
melissaml 2018-03-12 17:57:55 +08:00
parent 851774fe3e
commit 39905082d0
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Team and repository tags
========================
[![Team and repository tags](https://governance.openstack.org/badges/monasca-statsd.svg)](https://governance.openstack.org/reference/tags/index.html)
[![Team and repository tags](https://governance.openstack.org/tc/badges/monasca-statsd.svg)](https://governance.openstack.org/tc/reference/tags/index.html)
<!-- Change things from this point on -->
@ -31,8 +31,8 @@ conn = mstatsd.Connection(host='localhost', port=8125)
# Create the client with optional dimensions
client = mstatsd.Client(connection=conn, dimensions={'env': 'test'})
NOTE: You can also create a client without specifying the connection and it will create the client
with the default connection information for the monasca-agent statsd processor daemon
NOTE: You can also create a client without specifying the connection and it will create the client
with the default connection information for the monasca-agent statsd processor daemon
which uses host='localhost' and port=8125.
client = mstatsd.Client(dimensions={'env': 'test'})