Additions to docs to link to OSGi remote services wiki pages
diff --git a/doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/quickStart.html b/doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/quickStart.html
index 248b2e4..d06a6c5 100644
--- a/doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/quickStart.html
+++ b/doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/quickStart.html
@@ -19,6 +19,11 @@
 <p>
 <h2>Quick Start</h2>
 <p>
+<h3><a href="http://wiki.eclipse.org/ECF#OSGi_4.2_Remote_Services">OSGi 4.2 Remote Services</a></h3>
+
+ECF now includes a standard implementation of the OSGi 4.2 Remote Services specification.  See a number of
+examples and documentation at the <a href="http://wiki.eclipse.org/ECF#OSGi_4.2_Remote_Services">ECF wiki remote services section</a>.
+<p>
 <h3>Using ECF to talk to others developers remotely</h3>
 <p align="justify">
 ECF allows you connect to others developers using the protocols XMPP, MSN, Yahoo, ECF, IRC, JMS, Zeroconf/Bonjour, and others. Upon installation, ECF creates a new perspective for the workspace called 'Communications'.
diff --git a/doc/bundles/org.eclipse.ecf.doc/toc.xml b/doc/bundles/org.eclipse.ecf.doc/toc.xml
index 5e60979..a9b1bf7 100644
--- a/doc/bundles/org.eclipse.ecf.doc/toc.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/toc.xml
@@ -3,6 +3,7 @@
 
 <toc label="ECF Developer Guide" link_to="toc.xml">
    <topic label="Quick Start" href="html/gettingstarted/quickStart.html"/>
+   <topic label="OSGi 4.2 Remote Services" href="http://wiki.eclipse.org/ECF#OSGi_4.2_Remote_Services"/>
    <topic label="System Requirements" href="html/gettingstarted/prerequisites.html"/>
    <topic label="Overview" href="html/gettingstarted/ecf_overview.html"/>
    <topic label="Tips and Tricks" href="http://wiki.eclipse.org/ECF_Tips_Tricks"/>
diff --git a/doc/bundles/org.eclipse.ecf.doc/topics_GettingStarted.xml b/doc/bundles/org.eclipse.ecf.doc/topics_GettingStarted.xml
index 7120485..347e2e6 100644
--- a/doc/bundles/org.eclipse.ecf.doc/topics_GettingStarted.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/topics_GettingStarted.xml
@@ -3,5 +3,6 @@
 
 <toc label="Getting Started" link_to="toc.xml#gettingstarted"> 
     <topic label="Quick Start" href="html/gettingstarted/quickStart.html"/>
+    <topic label="OSGi 4.2 Remote Services" href="http://wiki.eclipse.org/ECF#OSGi_4.2_Remote_Services"/>
 	<topic label="System Requirements" href="html/gettingstarted/prerequisites.html"/>
 </toc>
diff --git a/doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml b/doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml
index 9755501..f75d2f7 100644
--- a/doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml
@@ -3,6 +3,7 @@
 
 <toc label="Reference" link_to="toc.xml#reference">
 	<topic label="Introduction" href="html/concepts/intro.html"/>
+    <topic label="OSGi 4.2 Remote Services" href="http://wiki.eclipse.org/ECF#OSGi_4.2_Remote_Services"/>
 	<topic label="ECF Architecture" href="http://www.eclipse.org/ecf/documentation.php"/>
 	<topic label="ECF API" href="http://wiki.eclipse.org/index.php/ECF_API_Docs"/>
 	<topic label="JavaDoc" href="http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/overview-summary.html"/>