fixed broken links

[SVN r30423]
This commit is contained in:
Jonathan Turkanis
2005-08-03 20:11:21 +00:00
parent 3ee662fa1a
commit fc31643254
10 changed files with 16 additions and 16 deletions

View File

@ -324,7 +324,7 @@ ST, SA>::const_iterator, charT, traits>
</PRE>
<P><STRONG>Effects:</STRONG> returns an iterator that enumerates all occurences of
expression <EM>e</EM> in text <EM>p</EM> using match_flags <EM>m</EM>.</P>
<h3>Examples</h3>
<h3><a name=examples></a>Examples</h3>
<p>The following <a href="../example/snippets/regex_iterator_example.cpp">example</a>
takes a C++ source file and builds up an index of class names, and the location
of that class in the file.</p>