Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoberhuber2011-01-04 13:24:11 +0000
committermoberhuber2011-01-04 13:24:11 +0000
commitbfa84b4cdbc2d27bc6e4c4ae280e95b83644f617 (patch)
tree0e189ced892b51b73eb34745cd7873723f189a3e /docs/TCF Getting Started.html
parent94169931be259e3874b0ab035601cae7571873cf (diff)
downloadorg.eclipse.tcf-bfa84b4cdbc2d27bc6e4c4ae280e95b83644f617.tar.gz
org.eclipse.tcf-bfa84b4cdbc2d27bc6e4c4ae280e95b83644f617.tar.xz
org.eclipse.tcf-bfa84b4cdbc2d27bc6e4c4ae280e95b83644f617.zip
Get rid of some DSDP references after moving TCF to CDT
Diffstat (limited to 'docs/TCF Getting Started.html')
-rw-r--r--docs/TCF Getting Started.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index 6c6c7a8c5..a8d64673f 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -9,7 +9,7 @@
<h1>Target Communication Framework: Getting Started</h1>
<p>Copyright (c) 2007, 2008 Wind River Systems, Inc. Made available under the EPL v1.0
-<p>Direct comments, questions to the <a href="mailto:dsdp-tcf-dev@eclipse.org">dsdp-tcf-dev@eclipse.org</a> mailing list
+<p>Direct comments, questions to the <a href="https://dev.eclipse.org/mailman/listinfo/tcf-dev">tcf-dev@eclipse.org</a> mailing list
<h2>Table of Contents</h2>
<ul>
@@ -38,7 +38,7 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
<li><b>CDT (C/C++ Development Tools) SDK 7.0</b> or later, last tested with 7.0.0, recommended 7.0.0<br>
<a href='http://www.eclipse.org/cdt/downloads.php'>http://www.eclipse.org/cdt/downloads.php</a>
<li><b>RSE (Remote System Explorer) SDK 3.2</b> or later, last tested with 3.2.1, recommended 3.2.1<br>
- <a href='http://download.eclipse.org/dsdp/tm/downloads/'>http://download.eclipse.org/dsdp/tm/downloads/</a>
+ <a href='http://download.eclipse.org/tm/downloads/'>http://download.eclipse.org/tm/downloads/</a>
</ul>
<li>Checkout TCF code from <a href='http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk'>Eclipse SVN repository</a>:
<pre>svn co svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk tcf</pre>

Back to the top