From fdd29a207a430ec9c9f74afd093b70b0c0b2a765 Mon Sep 17 00:00:00 2001 From: Swaminathan Vasudevan Date: Mon, 25 Sep 2017 20:08:41 -0700 Subject: [PATCH] Fix the link to the rally docs in README.rst The links to the rally docs are invalid. This patch fixes it. Change-Id: I8713a8cdf317d385e770528111b0ac376f89391f Closes-Bug: #1718819 --- rally-jobs/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rally-jobs/README.rst b/rally-jobs/README.rst index 9213d95603d..c1b6eab096c 100644 --- a/rally-jobs/README.rst +++ b/rally-jobs/README.rst @@ -20,12 +20,12 @@ Structure Useful links ------------ -* More about Rally: https://rally.readthedocs.org/en/latest/ +* More about Rally: https://rally.readthedocs.io/en/latest/ -* Rally release notes: https://rally.readthedocs.org/en/latest/release_notes.html +* Rally release notes: https://rally.readthedocs.io/en/latest/project_info/release_notes/archive.html -* How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html +* How to add rally-gates: http://rally.readthedocs.io/en/latest/quick_start/gates.html -* About plugins: https://rally.readthedocs.org/en/latest/plugins.html +* About plugins: https://rally.readthedocs.io/en/latest/plugins/index.html * Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins