summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-04 12:31:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-04 12:31:41 +0000
commit28334908fc2a641a6c245923068f92258ddbc3ba (patch)
tree97eb56958da2982306d934717a1f6e0acf71b9d4
parenta95b355ac77e214de30ec225b1a9b1266688f3be (diff)
downloadATCD-28334908fc2a641a6c245923068f92258ddbc3ba.tar.gz
Corrected hyperlinks
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/README.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/CIAO/docs/tutorials/Quoter/Simple/README.html b/CIAO/docs/tutorials/Quoter/Simple/README.html
index 6f1d9545bb8..85e38e81150 100644
--- a/CIAO/docs/tutorials/Quoter/Simple/README.html
+++ b/CIAO/docs/tutorials/Quoter/Simple/README.html
@@ -5,7 +5,7 @@
</head>
<body>
<b><font size="5">Quoter example README</font></b>
-<p>To download the source codes of this example please refer to the CVS
+<p>To download the source codes of this example please refer to the SVN
repository at <code>$CIAO_ROOT\docs\tutorials\Quoter\Simple</code>
</p>
<hr>
@@ -34,12 +34,12 @@ figure 1<br>
is based on a series of&nbsp;</font> <a
href="http://www.cs.wustl.edu/%7Eschmidt/report-doc.html"><font
size="3">CORBA Component Model</font></a><font size="3"> columns
-written by <a href="http://www.cs.wustl.edu/%7EEschmidt/">Douglas
+written by <a href="http://www.cs.wustl.edu/%7Eschmidt/">Douglas
Schmidt</a> and <a href="http://www.iona.com/hyplan/vinoski/">Steve
-Vinoskiand</a>, and has been consistently used as a example for <a
- href="http://www.cs.wustl.edu/%7EEschmidt/TAO.html">TAO</a>. Please
+Vinoski</a>, and has been consistently used as a example for <a
+ href="http://www.cs.wustl.edu/%7Eschmidt/TAO.html">TAO</a>. Please
refer to <a
- href="http://www.cs.wustl.edu/%7Eschmidt/ACE_wrappers/TAO/docs/tutorials/Quoter/">TAO
+ href="../../../../../docs/tutorials/Quoter/index.html">TAO
online tutorial</a> for details. <br>
</font></span></h2>
<h2>The files you will find</h2>
@@ -70,10 +70,9 @@ implementation of the components.</li>
<h3><font size="5">Make</font></h3>
Navigate to&nbsp; the directory <code>$CIAO_ROOT/docs/tutorials/Quoter/Simple</code>
and do:<br>
-<code>$ACE_ROOT/bin/mwc.pl</code> (use -type option if you are using
-a
-compiler/IDE other than gnuace -which by default generates GNU
-makefiles) <br>
+<code>$ACE_ROOT/bin/mwc.pl -type gnuace</code> (use different -type option
+if you are using a
+compiler/IDE other than GNU make) <br>
For example, use <code>%ACE_ROOT%/bin/mwc.pl -type vc71</code> if you
are using
Visual C++ 7.1 IDE.<br>