Fix broken links in TRPL→More Strings

Fixes #21665
This commit is contained in:
Simonas Kazlauskas 2015-01-26 22:46:25 +02:00
parent d15192317a
commit 8e2a44a951

View file

@ -279,5 +279,5 @@ Many more bytes than graphemes!
# Other Documentation
* [the `&str` API documentation](std/str/index.html)
* [the `String` API documentation](std/string/index.html)
* [the `&str` API documentation](../std/str/index.html)
* [the `String` API documentation](../std/string/index.html)