diff options
author | venkatamahesh <venkatamaheshkotha@gmail.com> | 2015-09-04 10:53:53 +0530 |
---|---|---|
committer | venkatamahesh <venkatamaheshkotha@gmail.com> | 2015-09-04 11:18:33 +0530 |
commit | 8eac13e55da077c307ffb4901d6ccdc21837d476 (patch) | |
tree | 1390959cfb1ac995912231acd73b988bf5724d6b | |
parent | f20e063e6388593c71a89ccad2f2feec56f6576a (diff) | |
download | ceilometer-8eac13e55da077c307ffb4901d6ccdc21837d476.tar.gz |
Fix links in README.rst
Plugin samples link is updated with
openstack repository and "doc" in
link is removed. And link for rally
gates is updated
Change-Id: I8a380fea7bdb66f94af7f1819f6c9cba1e13c0fc
Closes-Bug: #1491982
-rw-r--r-- | rally-jobs/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rally-jobs/README.rst b/rally-jobs/README.rst index 5531b764..c9996a36 100644 --- a/rally-jobs/README.rst +++ b/rally-jobs/README.rst @@ -22,8 +22,8 @@ Useful links * More about Rally: https://rally.readthedocs.org/en/latest/ -* How to add rally-gates: https://rally.readthedocs.org/en/latest/rally_gatejob.html +* How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html * About plugins: https://rally.readthedocs.org/en/latest/plugins.html -* Plugin samples: https://github.com/stackforge/rally/tree/master/doc/samples/plugins +* Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins |