mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Fixed path to help.css file
This commit is contained in:
parent
ab9a9f8ebf
commit
43406b74b6
1 changed files with 7 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<link rel="stylesheet" type="text/css" href="../../help.css">
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<title>Creating your C++ file</title>
|
||||
</head>
|
||||
|
||||
|
@ -47,19 +47,18 @@
|
|||
|
||||
<p>Your new .cpp file is displayed in the <strong>Project Explorer</strong> view. Before you
|
||||
can build your newly created project, you must create a makefile.
|
||||
See <a href="creating_your_makefile.html">Creating your makefile</a>.</p>
|
||||
See <a href="cdt_w_newmake.htm">Creating your makefile</a>.</p>
|
||||
|
||||
<br>
|
||||
|
||||
<strong>Related tasks</strong>
|
||||
<br>
|
||||
<a href="../tasks/creating_c_file.html">Creating a C/C++ file</a>
|
||||
<a href="cdt_w_newcpp.htm">Creating a C/C++ file</a>
|
||||
<br>
|
||||
|
||||
<strong>Related reference</strong>
|
||||
<br>
|
||||
<a href="../reference/remote_c_editor.html">Remote C/C++ Editor</a>
|
||||
<br>
|
||||
<a href="../reference/cdt_u_editor_view.htm">Editor View</a><br>
|
||||
<br>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue