| Message ID | c6015c16-8033-8e1f-d84a-7b6ba4359e89@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | index.rst: correct "Software Overview" link to point to newer page | expand |
diff --git a/documentation/index.rst b/documentation/index.rst index 7d933acc0..46b775711 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -17,7 +17,7 @@ Welcome to the Yocto Project Documentation Quick Build <brief-yoctoprojectqs/index> what-i-wish-id-known transitioning-to-a-custom-environment - Yocto Project Software Overview <https://www.yoctoproject.org/software-overview/> + Yocto Project Technical Overview <https://www.yoctoproject.org/development/technical-overview/> Tips and Tricks Wiki <https://wiki.yoctoproject.org/wiki/TipsAndTricks> .. toctree::
Once upon a time, the docs page "Yocto Project Software Overview" link used to point to an appropriately-named URL, "www.yoctoproject.org/software-overview." These days, following that link redirects to https://www.yoctoproject.org/development/technical-overview/, a page with the title "Technical Overview" which does not match the name of the link. Change the link name and underlying URL to match the current destination page. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---