Skip to content

Commit 980bc83

Browse files
committed
doc: Fix link to o.e.remote developer guide
Signed-off-by: Bernd Hufmann <[email protected]>
1 parent 837c7da commit 980bc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3599,7 +3599,7 @@ To obtain an '''IRemoteConnection''' instance use the method '''TmfRemoteConnect
35993599
IRemoteConnection connection = TmfRemoteConnectionFactory.getRemoteConnection("org.eclipse.remote.JSch", "My Connection");
36003600
</pre>
36013601
3602-
Note that the connection needs to be created beforehand using the Remote Connection wizard implementation ('''Window -> Preferences -> Remote Development -> Remote Connection''') in the Eclipse application that executes this plug-in. For more information about creating connections using the Remote Connections feature of PTP refer to [http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.ptp.doc.user%2Fhtml%2FremoteTools.html&anchor=remote link]. Alternatively it can be created programmatically using the corresponding API of TMF ([[#Creating an IRemoteConnection instance]]).
3602+
Note that the connection needs to be created beforehand using the Remote Connection wizard implementation ('''Window -> Preferences -> Remote Development -> Remote Connection''') in the Eclipse application that executes this plug-in. For more information about creating connections using the Remote Connections feature of CDT refer to this [https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.remote.doc.isv%2Fhtml%2Ftoc.html&cp%3D20 link]. Alternatively it can be created programmatically using the corresponding API of TMF ([[#Creating an IRemoteConnection instance]]).
36033603
36043604
To obtain an '''IRemoteConnection''' instance use method '''TmfRemoteConnectionFactory.getLocalConnection()'''.
36053605
<pre>

0 commit comments

Comments
 (0)