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 <[email protected]> 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 <[email protected]> ** 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

