Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Sennikovsky2005-08-01 08:23:16 +0000
committerMikhail Sennikovsky2005-08-01 08:23:16 +0000
commit1d885096d4f98068a5be4d700afbc8889664ac7a (patch)
tree418b2f6aba60b46d56690b1d9cbda8e739107a16 /doc/org.eclipse.cdt.doc.user/getting_started
parent7d0ace05fe9405a579aaef043b3a323c2e4e02b3 (diff)
downloadorg.eclipse.cdt-1d885096d4f98068a5be4d700afbc8889664ac7a.tar.gz
org.eclipse.cdt-1d885096d4f98068a5be4d700afbc8889664ac7a.tar.xz
org.eclipse.cdt-1d885096d4f98068a5be4d700afbc8889664ac7a.zip
A small patch from Bill Hilliard for the "import an existing managed make project" tutorial
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/getting_started')
-rw-r--r--doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import04.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import04.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import04.htm
index 8a1347693b3..b307700bae7 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import04.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import04.htm
@@ -14,7 +14,7 @@ window.open(url, 'hello_world_example', 'width=400, height=300, menubar=no, tool
<body>
<h3>New Project</h3>
<p>Enter a name for the project and enter the path for your project by deselecting the <b>Use Default</b>
-checkbox and entering the path to your project in the <b>Location</b> text box. Click <a href="javascript:void(0)" onClick="newWin('http://download.eclipse.org/tools/cdt/docs/tutorials/import_managed_tutorial/import_sample.zip')" title="click here to get the code">here</a> to download this example.</p>
+checkbox and entering the path to your project in the <b>Directory</b> text box. For this tutorial, the project to be imported is assumed to reside in the directory C:\MySrcDirectory.</p>
<p>Click <b>Next</b>.</p>
</body>

Back to the top