From 61fc7d0b2ffa8ca54fd3ca2b82178293c8b2f821 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 7 Dec 2017 19:12:25 -0800 Subject: [PATCH] Update comment on location of webapi-version-history.rst Update the comment which tells people what to do when updating the API version to point to the correct location of the webapi-version-history.rst file, as it was moved by commit 5647bfc246a4363f65fc2b95bc7b3b9b138bc045 Change-Id: Ib3d204ed987e34b28c1250ed15626a9ac2acd357 --- ironic/api/controllers/v1/versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ironic/api/controllers/v1/versions.py b/ironic/api/controllers/v1/versions.py index c49638928f..c99d9dd6ee 100644 --- a/ironic/api/controllers/v1/versions.py +++ b/ironic/api/controllers/v1/versions.py @@ -112,8 +112,8 @@ MINOR_35_REBUILD_CONFIG_DRIVE = 35 # When adding another version, update: # - MINOR_MAX_VERSION -# - doc/source/dev/webapi-version-history.rst with a detailed explanation of -# what changed in the new version +# - doc/source/contributor/webapi-version-history.rst with a detailed +# explanation of what changed in the new version # - common/release_mappings.py, RELEASE_MAPPING['master']['api'] MINOR_MAX_VERSION = MINOR_35_REBUILD_CONFIG_DRIVE