]> code.ossystems Code Review - openembedded-core.git/commitdiff
[BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed pokylinux URLs
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 25 Feb 2011 21:54:58 +0000 (15:54 -0600)
committerSaul Wold <sgw@linux.intel.com>
Wed, 2 Mar 2011 17:48:51 +0000 (09:48 -0800)
[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>
documentation/poky-ref-manual/development.xml

index 4b138e01965f86700ee5345496b38fdc82fd0f35..9a59d7e7ecaf0c5746e16918632461075f7809d7 100644 (file)
                 <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">