doc: fix link to manifest listing and documentation

Point to the correct page referencing manifest entries.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-02 11:48:32 +00:00 committed by Carles Cufí
commit ebc8fdac4f

View file

@ -172,7 +172,7 @@ html_context = {
"API": f"{reference_prefix}/doxygen/html/index.html",
"Kconfig Options": f"{reference_prefix}/kconfig.html",
"Devicetree Bindings": f"{reference_prefix}/build/dts/api/bindings.html",
"West Projects": f"{reference_prefix}/develop/projects/index.html",
"West Projects": f"{reference_prefix}/develop/manifest/index.html",
}
}