Fix broken link

[SVN r20986]
This commit is contained in:
John Maddock
2003-11-28 15:17:45 +00:00
parent 2e9fa8c8f8
commit d19f04af7b
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg
then calls <CODE>++(*this)</CODE>.</P>
<P><B> Returns:</B> <CODE>result</CODE>.<A name="examples"></A>
<H3>Examples</H3>
<P>The following <A href="../example/snippets/regex_token_iterator_example_1.cpp">example</A>
<P>The following <A href="../example/snippets/regex_token_iterator_eg_1.cpp">example</A>
takes a string and splits it into a series of tokens:</P>
<pre>
<FONT color=#008040>#include &lt;iostream&gt;</FONT>

View File

@ -162,7 +162,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg
then calls <CODE>++(*this)</CODE>.</P>
<P><B> Returns:</B> <CODE>result</CODE>.<A name="examples"></A>
<H3>Examples</H3>
<P>The following <A href="../example/snippets/regex_token_iterator_example_1.cpp">example</A>
<P>The following <A href="../example/snippets/regex_token_iterator_eg_1.cpp">example</A>
takes a string and splits it into a series of tokens:</P>
<pre>
<FONT color=#008040>#include &lt;iostream&gt;</FONT>