summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-02-25 15:54:58 -0600
committerSaul Wold <sgw@linux.intel.com>2011-03-01 16:36:42 -0800
commit7db4e07719570ebaa96b49ddec52999573446f62 (patch)
tree6646790626b7d838efa94dd114264307e9f01fd6 /documentation
parent0073fae58e792ae4bc9831006bed7dfd7d98e2af (diff)
downloadpoky-7db4e07719570ebaa96b49ddec52999573446f62.tar.gz
[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.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">