diff --git a/HACKING.rst b/HACKING.rst index f948a41..47e9c3a 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ python-monascaclient Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file +Read the OpenStack Style Commandments http://docs.openstack.org/hacking/latest diff --git a/README.rst b/README.rst index 8e3129b..f914e5e 100644 --- a/README.rst +++ b/README.rst @@ -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.