yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48379
[Bug 1556672] Re: doc: wrong internal link in opts/index.rst
Reviewed: https://review.openstack.org/292140
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=b9e710659fc98cefb256a345409b2e0e8eef164d
Submitter: Jenkins
Branch: master
commit b9e710659fc98cefb256a345409b2e0e8eef164d
Author: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx>
Date: Sun Mar 13 21:47:50 2016 +0100
Fix link to <configuring> document
Since opts/index.rst is not on the same level as the
configuring.rst the link need to specify the correct
location.
Closes-Bug: #1556672
Change-Id: I9b9b4de130fa7c0d26f2a8ad8031afd6473ae479
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx>
** Changed in: glance
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1556672
Title:
doc: wrong internal link in opts/index.rst
Status in Glance:
Fix Released
Bug description:
Building the docs generates the following output:
glance/doc/source/opts/index.rst:5: WARNING: unknown document:
configuring
The code is:
Refer to :doc:`Basic Configuration <configuring>`
Due to the location of the file in the tree it should be:
Refer to :doc:`Basic Configuration <../../configuring>`
to generate the correct link.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1556672/+subscriptions
References