Fix broken link

[SVN r10553]
This commit is contained in:
Beman Dawes 2001-07-06 19:19:45 +00:00
parent 0edcfcd5c1
commit d5d64df124

View File

@ -821,7 +821,7 @@ from previous versions of the header, cannot be used for
<p>The <cite><a href="operators_test.cpp">operators_test.cpp</a></cite>
program demonstrates the use of the arithmetic operator templates, and
can also be used to verify correct operation. Check the <a
href="../compiler_status.htm">compiler status report</a> for the test results
href="../../status/compiler_status.html">compiler status report</a> for the test results
with selected platforms.</p>
<h2><a name="deref">Dereference</a> Operators and Iterator Helpers</h2>
@ -1010,7 +1010,7 @@ public:
};</pre>
</blockquote>
<p>Check the <a href="../compiler_status.htm">compiler status report</a> for
<p>Check the <a href="../../status/compiler_status.html">compiler status report</a> for
the test results with selected platforms.</p>
<hr>