From ce3e7b33a84bd117d3410ad60c83c425383407f9 Mon Sep 17 00:00:00 2001 From: Li Wei Date: Sat, 10 Sep 2016 01:39:51 +0800 Subject: [PATCH] Correct url in doc source From github to see, these links can not be opened, like https://github.com/openstack/glance/blob/master/doc/source/architecture.rst we should add . in front. there are four *.png in /doc/source/images/... corresponding to the four *.rst. Change-Id: I21af59dfd87872e02cff8dddb51d2f2b72e86082 --- doc/source/architecture.rst | 2 +- doc/source/database_architecture.rst | 2 +- doc/source/domain_implementation.rst | 2 +- doc/source/statuses.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst index 835635fd..0eaf2279 100644 --- a/doc/source/architecture.rst +++ b/doc/source/architecture.rst @@ -35,7 +35,7 @@ the components in the system and is sql-based by default. Other types of database backends are somewhat supported and used by operators but are not extensively tested upstream. -.. figure:: /images/architecture.png +.. figure:: ./images/architecture.png :figwidth: 100% :align: center :alt: OpenStack Glance Architecture Diagram. diff --git a/doc/source/database_architecture.rst b/doc/source/database_architecture.rst index 45139898..29531687 100644 --- a/doc/source/database_architecture.rst +++ b/doc/source/database_architecture.rst @@ -181,7 +181,7 @@ of an *Image* object. **Glance database schema** -.. figure:: /images/glance_db.png +.. figure:: ./images/glance_db.png :figwidth: 100% :align: center :alt: The glance database schema is depicted by 5 tables. diff --git a/doc/source/domain_implementation.rst b/doc/source/domain_implementation.rst index 9bd5bf3a..8d785330 100644 --- a/doc/source/domain_implementation.rst +++ b/doc/source/domain_implementation.rst @@ -34,7 +34,7 @@ The domain model contains the following layers: The schema below shows a stack that contains the Image domain layers and their locations: -.. figure:: /images/glance_layers.png +.. figure:: ./images/glance_layers.png :figwidth: 100% :align: center :alt: From top to bottom, the stack consists of the Router and REST API, diff --git a/doc/source/statuses.rst b/doc/source/statuses.rst index 44dc5379..87cbac85 100644 --- a/doc/source/statuses.rst +++ b/doc/source/statuses.rst @@ -62,7 +62,7 @@ Images in Glance can be in one the following statuses: image data. An image in this state is not recoverable. -.. figure:: /images/image_status_transition.png +.. figure:: ./images/image_status_transition.png :figwidth: 100% :align: center :alt: The states consist of: