summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/development.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-02-25 15:54:58 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-03 16:56:12 +0000
commite20dbfc0a4d9688846f150e94632eea6436217eb (patch)
tree2ae856e7774d98ed08b7b8f3d2a5cd51d79ab38b /documentation/poky-ref-manual/development.xml
parentf3818a37436a7d1825bfa6ebc822d8167754c2b5 (diff)
downloadpoky-e20dbfc0a4d9688846f150e94632eea6436217eb.tar.gz
- 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. (From OE-Core rev: 6871c913e0dae338708f74dbbe94cfe2fc498018) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/development.xml')
-rw-r--r--documentation/poky-ref-manual/development.xml5
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 @@
67 <literallayout class='monospaced'> 67 <literallayout class='monospaced'>
68 Help -> Install New Software 68 Help -> Install New Software
69 </literallayout> 69 </literallayout>
70 Specify the target URL as <ulink url='http://www.yoctoproject.org/downloads/eclipse-plug-in/'></ulink>. 70 Specify the target URL as
71 <ulink url='http://www.yoctoproject.org/downloads/eclipse-plugin/'></ulink>.
71 </para> 72 </para>
72 <para> 73 <para>
73 If you want to download the source code for the plug-in you can find it in the Poky 74 If you want to download the source code for the plug-in you can find it in the Poky
74 git repository, which has a web interface, and is located at 75 git repository, which has a web interface, and is located at
75 <ulink url="http://git.pokylinux.org/cgit.cgi/eclipse-poky"></ulink>. 76 <ulink url="http://git.yoctoproject.org"></ulink> under IDE Plugins.
76 </para> 77 </para>
77 78
78 <section id="installing-and-setting-up-the-eclipse-ide"> 79 <section id="installing-and-setting-up-the-eclipse-ide">