]> git.lizzy.rs Git - rust.git/commitdiff
Fix broken links in TRPL→More Strings
authorSimonas Kazlauskas <git@kazlauskas.me>
Mon, 26 Jan 2015 20:46:25 +0000 (22:46 +0200)
committerSimonas Kazlauskas <git@kazlauskas.me>
Mon, 26 Jan 2015 21:09:17 +0000 (23:09 +0200)
Fixes #21665

src/doc/trpl/more-strings.md

index 07b49751b10a0f377c53919256d610217b9c410d..b4669b0819f9d73b4cf6a3bd66ebb2329c9e87db 100644 (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)