From 055e3ae01a023bbd958e9762def4e5d3ea8bf603 Mon Sep 17 00:00:00 2001 From: Beman Dawes <bdawes@acm.org> Date: Sat, 29 Nov 2003 13:11:01 +0000 Subject: [PATCH] Fix broken links [SVN r21000] --- writingdoc/design.html | 8 +++----- writingdoc/introduction.html | 8 +++----- writingdoc/structure.html | 11 ++++------- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/writingdoc/design.html b/writingdoc/design.html index 20021cb..77c03d3 100644 --- a/writingdoc/design.html +++ b/writingdoc/design.html @@ -350,7 +350,7 @@ on the link and select the appropriate command from the context sensitive menu).</p> <ul> <li><a name="index-template"></a><a href="template/index.html">Index Page Template</a></li> - <li><a name="overview-template"></a><a href="template%5Coverview.html">Overview + <li><a name="overview-template"></a><a href="template/overview.html">Overview Page Template</a></li> <li><a name="definitions-template"></a><a href="template/definitions.html">Definitions Page Template</a></li> @@ -369,11 +369,9 @@ </ul> <hr> <p>Revised - <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> - 05 November, 2001 - <!--webbot bot="Timestamp" endspan i-checksum="39359" --> + <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->29 November, 2003<!--webbot bot="Timestamp" endspan i-checksum="39371" --> </p> <p><i>© Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a> 2001. All Rights Reserved.</i></p> </body> -</html> +</html> \ No newline at end of file diff --git a/writingdoc/introduction.html b/writingdoc/introduction.html index 112e2be..695c4e5 100644 --- a/writingdoc/introduction.html +++ b/writingdoc/introduction.html @@ -9,7 +9,7 @@ "header"> <tr> <td valign="top" width="300"> - <h3><a href="index.htm"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3> + <h3><a href="index.html"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3> </td> <td valign="top"> <h1 align="center">Writing Documentation for Boost</h1> @@ -38,11 +38,9 @@ create documentation pages.</p> <hr> <p>Revised - <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> - 05 November, 2001 - <!--webbot bot="Timestamp" endspan i-checksum="39359" --> + <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->29 November, 2003<!--webbot bot="Timestamp" endspan i-checksum="39371" --> </p> <p><i>© Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a> 2001. All Rights Reserved.</i></p> </body> -</html> +</html> \ No newline at end of file diff --git a/writingdoc/structure.html b/writingdoc/structure.html index 14b271b..839998c 100644 --- a/writingdoc/structure.html +++ b/writingdoc/structure.html @@ -9,7 +9,7 @@ "header"> <tr> <td valign="top" width="300"> - <h3><a href="index.htm"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3> + <h3><a href="index.html"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3> </td> <td valign="top"> <h1 align="center">Writing Documentation for Boost</h1> @@ -199,8 +199,7 @@ void make_zero_if_negative( int & x ); <h4><a name="returns">Returns</a></h4> <p>The value returned by the function, usually in the form of a C++ expression. For example:</p> -<pre> -int sum( int x, int y ); +<pre>int sum( int x, int y ); </pre> <dl class="function-semantics"> <dt><b>Returns:</b> <code>x + y</code></dt> @@ -247,11 +246,9 @@ void resize(size_type n, charT c); </dl> <hr> <p>Revised - <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> - 05 November, 2001 - <!--webbot bot="Timestamp" endspan i-checksum="39359" --> + <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->29 November, 2003<!--webbot bot="Timestamp" endspan i-checksum="39371" --> </p> <p><i>© Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a> 2001. All Rights Reserved.</i></p> </body> -</html> +</html> \ No newline at end of file