diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-02-25 16:16:32 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-02 09:48:51 -0800 |
commit | fb56ac6021fe09cb386c168f3fe0b11e04214972 (patch) | |
tree | a7e15ce8621263fa0fdce4083e069a3b6fa17a73 | |
parent | 0a1d8f48c8a2120ba57017e1fcf270c677486266 (diff) | |
download | openembedded-core-fb56ac6021fe09cb386c168f3fe0b11e04214972.tar.gz openembedded-core-fb56ac6021fe09cb386c168f3fe0b11e04214972.tar.bz2 openembedded-core-fb56ac6021fe09cb386c168f3fe0b11e04214972.zip |
[BUGID# 553] - documentation/poky-ref-manual/faq.xml: Fixed pokylinux.org reference
[BUGID# 553] - In the FAQ appendix item H.12 there was a reference
to http://pokylinux.org/sources/* in the question portion. The
reference should really be http://autobuilder.yoctoproject.org/sources/*.
I made the change.
This is a partial fix for bug 553.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 7a891b0595..03ae7144f7 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -248,7 +248,8 @@ <qandaentry> <question> <para> - I see lots of 404 responses for files on http://pokylinux.org/sources/*. Is something wrong? + I see lots of 404 responses for files on + http://autobuilder.yoctoproject.org/sources/*. Is something wrong? </para> </question> <answer> |