diff options
author | rpjday@crashcourse.ca <rpjday@crashcourse.ca> | 2020-03-26 10:56:28 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:40:24 +0100 |
commit | a5ac4b6fca1e883d5c9fc637ea17e163949bed9e (patch) | |
tree | d6bf896379ed75daebfa8fb6ec4bbd7b438db382 /documentation/kernel-dev | |
parent | b31daa130a2836bd13221286d7e37ae38d4c8326 (diff) | |
download | poky-a5ac4b6fca1e883d5c9fc637ea17e163949bed9e.tar.gz |
use defined entity "YOCTO_DOCS_URL", not "YOCTO_HOME_URL"
Given the defined DocBook entity:
<!ENTITY YOCTO_DOCS_URL "&YOCTO_HOME_URL;/docs">
replace numerous instances of the more verbose
"&YOCTO_HOME_URL;/documentation", which is a redirect, anyway.
rday
(From yocto-docs rev: 53fa17321624028b12d880bc4236fbef46675eb4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rwxr-xr-x | documentation/kernel-dev/kernel-dev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index e0aed297dc..f388838e93 100755 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml | |||
@@ -127,7 +127,7 @@ | |||
127 | Yocto Project. | 127 | Yocto Project. |
128 | To be sure you have the latest version of the manual | 128 | To be sure you have the latest version of the manual |
129 | for this release, go to the | 129 | for this release, go to the |
130 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 130 | <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink> |
131 | and select the manual from that site. | 131 | and select the manual from that site. |
132 | Manuals from the site are more up-to-date than manuals | 132 | Manuals from the site are more up-to-date than manuals |
133 | derived from the Yocto Project released TAR files. | 133 | derived from the Yocto Project released TAR files. |
@@ -144,7 +144,7 @@ | |||
144 | page. | 144 | page. |
145 | If you need a version of this manual for a different | 145 | If you need a version of this manual for a different |
146 | Yocto Project release, visit the | 146 | Yocto Project release, visit the |
147 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 147 | <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink> |
148 | and select the manual set by using the | 148 | and select the manual set by using the |
149 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" | 149 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" |
150 | pull-down menus. | 150 | pull-down menus. |