Fix links for string algorithm to range documentation.

[SVN r61351]
This commit is contained in:
Daniel James
2010-04-18 12:17:36 +00:00
parent 8f2b8d4888
commit 1eb3d83534
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
</para>
<para>
<emphasis role="bold">Definition:</emphasis> A string is a
<ulink url="../../libs/range/doc/range.html">range</ulink> of characters accessible in sequential
<ulink url="../../libs/range/index.html">range</ulink> of characters accessible in sequential
ordered fashion. Character is any value type with "cheap" copying and assignment.
</para>
<para>