aboutsummaryrefslogtreecommitdiff
path: root/docs/components/romlib-design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/romlib-design.rst')
-rw-r--r--docs/components/romlib-design.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/romlib-design.rst b/docs/components/romlib-design.rst
index ab39723f..a70ed17f 100644
--- a/docs/components/romlib-design.rst
+++ b/docs/components/romlib-design.rst
@@ -23,7 +23,7 @@ are placed in ROM. The capabilities of the "library at ROM" are:
Index file
~~~~~~~~~~
-.. image:: diagrams/romlib_design.png
+.. image:: ../resources/diagrams/romlib_design.png
:width: 600
Library at ROM is described by an index file with the list of functions to be
@@ -54,7 +54,7 @@ For an index file example, refer to ``lib/romlib/jmptbl.i``.
Wrapper functions
~~~~~~~~~~~~~~~~~
-.. image:: diagrams/romlib_wrapper.png
+.. image:: ../resources/diagrams/romlib_wrapper.png
:width: 600
When invoking a function of the "library at ROM", the calling sequence is as