Update the documentation link for doc migration

This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: I91f0e6b80b5162f27ea909fdb49a00e169a679e9
This commit is contained in:
lingyongxu 2017-08-02 16:51:27 +08:00
parent 6b6c4843ea
commit e8b93dd920
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
python-monascaclient Style Commandments
===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments http://docs.openstack.org/hacking/latest

View File

@ -362,7 +362,7 @@ In order to use the python api directly, you must pass in a valid auth token and
monasca api endpoint, or you can pass in the credentials required by the keystone
client and let the Python API do the authentication. The user can obtain the token
and endpoint using the keystone client api:
http://docs.openstack.org/developer/python-keystoneclient/.
http://docs.openstack.org/python-keystoneclient/latest/.
The service catalog name for our API endpoint is "monasca".
Start using the monascaclient API by constructing the monascaclient client.Client class.