diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-02-26 16:38:02 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-14 11:27:52 +0000 |
commit | 8ce95bed24cef42a13c5fca81885ff476fd42a93 (patch) | |
tree | 533ab57d21a150a47f2668c5e595f4a27407cab2 /docs/04_Developer_Guides | |
parent | 9215930dd47c6c21ea1a00629aceda7b81e201fe (diff) |
Small corrections to avoid warnings
- index.html is not needed
- fixing relative links
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I1464ec731149ea8b914ef0ba9b3e7cc1a3ab399f
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29721
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Lisandro Perez Meyer <lpmeyer@ics.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 59752ca693a647f8aefead6cdb1d17a593cd1051)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29736
Diffstat (limited to 'docs/04_Developer_Guides')
-rw-r--r-- | docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md b/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md index f610a16..3f73d8a 100644 --- a/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md +++ b/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md @@ -58,7 +58,7 @@ The `meta-agl-demo` layer has the following base dependencies: ### Hardware Dependencies Aside from the previously listed base dependencies, if you are using a -[supported Renesas board](/01_Getting_Started/02_Building_AGL_Image/09_Building_for_Supported_Renesas_Boards.md), these dependencies exist: +[supported Renesas board](../../01_Getting_Started/02_Building_AGL_Image/09_Building_for_Supported_Renesas_Boards.md), these dependencies exist: - AGL's `meta-renesas` Layer: @@ -66,7 +66,7 @@ Aside from the previously listed base dependencies, if you are using a ### Feature Dependencies -The `meta-agl-demo` layer has the following AGL [feature](/01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment/#agl-features) +The `meta-agl-demo` layer has the following AGL [feature](../../01_Getting_Started/02_Building_AGL_Image/04_Initializing_Your_Build_Environment.md/#agl-features) dependencies: - Yocto Project `meta-security` Layer: |