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/profile-manual | |
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/profile-manual')
-rwxr-xr-x | documentation/profile-manual/profile-manual.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml index 14c508ea1c..f51bfae6c3 100755 --- a/documentation/profile-manual/profile-manual.xml +++ b/documentation/profile-manual/profile-manual.xml | |||
@@ -129,7 +129,7 @@ | |||
129 | Yocto Project. | 129 | Yocto Project. |
130 | To be sure you have the latest version of the manual | 130 | To be sure you have the latest version of the manual |
131 | for this release, go to the | 131 | for this release, go to the |
132 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 132 | <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink> |
133 | and select the manual from that site. | 133 | and select the manual from that site. |
134 | Manuals from the site are more up-to-date than manuals | 134 | Manuals from the site are more up-to-date than manuals |
135 | derived from the Yocto Project released TAR files. | 135 | derived from the Yocto Project released TAR files. |
@@ -146,7 +146,7 @@ | |||
146 | page. | 146 | page. |
147 | If you need a version of this manual for a different | 147 | If you need a version of this manual for a different |
148 | Yocto Project release, visit the | 148 | Yocto Project release, visit the |
149 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 149 | <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink> |
150 | and select the manual set by using the | 150 | and select the manual set by using the |
151 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" | 151 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" |
152 | pull-down menus. | 152 | pull-down menus. |