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/toaster-manual/toaster-manual.xml | |
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/toaster-manual/toaster-manual.xml')
-rwxr-xr-x | documentation/toaster-manual/toaster-manual.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml index d38137c8ac..59f8d7f9ef 100755 --- a/documentation/toaster-manual/toaster-manual.xml +++ b/documentation/toaster-manual/toaster-manual.xml | |||
@@ -107,7 +107,7 @@ | |||
107 | Yocto Project. | 107 | Yocto Project. |
108 | To be sure you have the latest version of the manual | 108 | To be sure you have the latest version of the manual |
109 | for this release, go to the | 109 | for this release, go to the |
110 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 110 | <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink> |
111 | and select the manual from that site. | 111 | and select the manual from that site. |
112 | Manuals from the site are more up-to-date than manuals | 112 | Manuals from the site are more up-to-date than manuals |
113 | derived from the Yocto Project released TAR files. | 113 | derived from the Yocto Project released TAR files. |
@@ -124,7 +124,7 @@ | |||
124 | page. | 124 | page. |
125 | If you need a version of this manual for a different | 125 | If you need a version of this manual for a different |
126 | Yocto Project release, visit the | 126 | Yocto Project release, visit the |
127 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 127 | <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink> |
128 | and select the manual set by using the | 128 | and select the manual set by using the |
129 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" | 129 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" |
130 | pull-down menus. | 130 | pull-down menus. |