Changes documentation hyperlinks to be relative

On the "System Architecture" page of the developer documentation there
are hyperlinks to sections of the API documentation. These hyperlinks
assumed that the documentation has been placed in the web root and
did not work for documentation in a subdirectory. The hyperlinks
were changed to be relative.

Fixes bug: #1206569

Change-Id: Id2bffbeaba1a41f7e9f76f7eb5a849d66703a7e7
This commit is contained in:
Ruby Loo 2013-09-19 20:38:31 +00:00
parent 20689aed8e
commit cd25f5d82f

View File

@ -62,8 +62,8 @@ There are three categories of driver interfaces:
will merely relay the message from the API service to the appropriate driver.
.. _API service: /api/ironic.api.controllers.v1.html
.. _BaseDriver: /api/ironic.drivers.base.html#ironic.drivers.base.BaseDriver
.. _Conductor service: /api/ironic.conductor.manager.html
.. _DB API: /api/ironic.db.api.html
.. _API service: ../api/ironic.api.controllers.v1.html
.. _BaseDriver: ../api/ironic.drivers.base.html#ironic.drivers.base.BaseDriver
.. _Conductor service: ../api/ironic.conductor.manager.html
.. _DB API: ../api/ironic.db.api.html
.. _diskimage-builder: https://github.com/stackforge/diskimage-builder