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/bsp-guide | |
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/bsp-guide')
-rwxr-xr-x | documentation/bsp-guide/bsp-guide.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index ea4899b70e..a7d10a09ba 100755 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml | |||
@@ -152,7 +152,7 @@ | |||
152 | Yocto Project. | 152 | Yocto Project. |
153 | To be sure you have the latest version of the manual | 153 | To be sure you have the latest version of the manual |
154 | for this release, go to the | 154 | for this release, go to the |
155 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 155 | <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink> |
156 | and select the manual from that site. | 156 | and select the manual from that site. |
157 | Manuals from the site are more up-to-date than manuals | 157 | Manuals from the site are more up-to-date than manuals |
158 | derived from the Yocto Project released TAR files. | 158 | derived from the Yocto Project released TAR files. |
@@ -169,7 +169,7 @@ | |||
169 | page. | 169 | page. |
170 | If you need a version of this manual for a different | 170 | If you need a version of this manual for a different |
171 | Yocto Project release, visit the | 171 | Yocto Project release, visit the |
172 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 172 | <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink> |
173 | and select the manual set by using the | 173 | and select the manual set by using the |
174 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" | 174 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" |
175 | pull-down menus. | 175 | pull-down menus. |