From 8aa52348120f55c4fc107bc545930a671a4c82f5 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Thu, 5 Jul 2018 13:23:40 -0400 Subject: [PATCH] Fix the reno usage Change-Id: I29818ce2d2ee97858b7dc1e6713c72f7e5b366df --- doc/source/contributor/code-rules.rst | 2 +- doc/source/contributor/testing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/code-rules.rst b/doc/source/contributor/code-rules.rst index b8663991a0..590748e844 100644 --- a/doc/source/contributor/code-rules.rst +++ b/doc/source/contributor/code-rules.rst @@ -46,7 +46,7 @@ General Guidelines for Submitting Code .. _workflow documented here: https://docs.openstack.org/infra/manual/developers.html#development-workflow .. _advanced gerrit usage: http://www.mediawiki.org/wiki/Gerrit/Advanced_usage .. _Ansible best practices: http://docs.ansible.com/playbooks_best_practices.html -.. _the reno tool: https://docs.openstack.org/developer/reno/usage.html +.. _the reno tool: https://docs.openstack.org/reno/latest/ .. _documentation: diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 4fd1ccaa43..ff5af78e03 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -159,7 +159,7 @@ Release notes may be built locally by executing: ./run_tests.sh releasenotes -.. _the reno tool: https://docs.openstack.org/developer/reno/usage.html +.. _the reno tool: https://docs.openstack.org/reno/latest/ .. note::