From 39905082d0425684bea482ec8312e955773728a7 Mon Sep 17 00:00:00 2001 From: melissaml Date: Mon, 12 Mar 2018 17:57:55 +0800 Subject: [PATCH] Update links in README Change the outdated links to the latest links in README Change-Id: Ic829b89ae6737f2cf8aec0c3769c08d659640d89 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd2c355..e68c94e 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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'})