diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-16 00:34:58 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-16 00:34:58 +0900 |
commit | 4b32e041ae6f50ffab8c3421324438d299055efa (patch) | |
tree | 8006b062c22cdd6b51cf889a58a44415f61ce332 | |
parent | 7684b15075296bf5eef79f91f6898652e66a4da1 (diff) |
Revert "docs: fix image file path in the config guide"
This reverts commit 7684b15075296bf5eef79f91f6898652e66a4da1.
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rw-r--r-- | docs/configguide/featureconfig.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index a59bb9f..9ad61d4 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.rst @@ -50,7 +50,7 @@ The results of the tests will be stored in the promise-results.json file. The results can also be seen in the console ("npm run -s test") -.. figure:: @PROJECT_PATH@/configguide/images/screenshot_promise.png +.. figure:: images/screenshot_promise.png :name: figure1 :width: 90% |