diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-02-25 15:54:58 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-02 09:48:51 -0800 |
commit | 6871c913e0dae338708f74dbbe94cfe2fc498018 (patch) | |
tree | e1170829aff68531c0d203febf2a988e6f0be4d5 /documentation | |
parent | fe4ed51c121b8f1445a0999e411c54270321e025 (diff) | |
download | openembedded-core-6871c913e0dae338708f74dbbe94cfe2fc498018.tar.gz openembedded-core-6871c913e0dae338708f74dbbe94cfe2fc498018.tar.bz2 openembedded-core-6871c913e0dae338708f74dbbe94cfe2fc498018.zip |
[BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed pokylinux URLs
[BUGID# 553] - In "The Eclipse Plug-in" section (5.1.2.1) there were two
URLs referencing the place to get the Eclipse plug-in. One specified
the URL to put into the HTTP:// field in the Eclipse IDE when installing
the software. This URL was incorrect. I replaced it with the correct
URL, which was http://www.yoctoproject.org/downloads/eclipse-plugin/.
The second URL that was fixed was referencing the source code for the
plug-in. It had the old pokylinux.org string. I changed it to
http://git.yoctoproject.org.
These fixes partially address bug 553.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 4b138e0196..9a59d7e7ec 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -67,12 +67,13 @@ <literallayout class='monospaced'> Help -> Install New Software </literallayout> - Specify the target URL as <ulink url='http://www.yoctoproject.org/downloads/eclipse-plug-in/'></ulink>. + Specify the target URL as + <ulink url='http://www.yoctoproject.org/downloads/eclipse-plugin/'></ulink>. </para> <para> If you want to download the source code for the plug-in you can find it in the Poky git repository, which has a web interface, and is located at - <ulink url="http://git.pokylinux.org/cgit.cgi/eclipse-poky"></ulink>. + <ulink url="http://git.yoctoproject.org"></ulink> under IDE Plugins. </para> <section id="installing-and-setting-up-the-eclipse-ide"> |