summaryrefslogtreecommitdiff
path: root/docs/tutorials/004/page01.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/004/page01.html')
-rw-r--r--docs/tutorials/004/page01.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/004/page01.html b/docs/tutorials/004/page01.html
index 12dd8716949..13a93255949 100644
--- a/docs/tutorials/004/page01.html
+++ b/docs/tutorials/004/page01.html
@@ -36,8 +36,8 @@ successfully interacts with the server when connection is established.
<font color=red>/* We need the connector object & we also bring in a simple string
class. */</font>
-<font color=blue>#include</font> "<A HREF="../../../ace/SOCK_Connector.h">ace/SOCK_Connector.h</A>"
-<font color=blue>#include</font> "<A HREF="../../../ace/SString.h">ace/SString.h</A>"
+<font color=blue>#include</font> "<font color=green>ace/SOCK_Connector.h</font>"
+<font color=blue>#include</font> "<font color=green>ace/SString.h</font>"
<font color=red>/* In this tutorial, we extend SOCK_Stream by adding a few wrappers
around the send_n() method. */</font>