about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-01-27 22:24:03 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-01-27 22:24:03 +0530
commit36d0e90e6be5ab9fc4cfd19b3b98eeafbfada84d (patch)
tree63cfc1267d188a52ee12ab962188a73099cf7cef
parentcb63bcb98c36247cbc8670840869e6920a60d119 (diff)
parenta09c085976767fea62c456113949392d36aad8ab (diff)
downloadrust-36d0e90e6be5ab9fc4cfd19b3b98eeafbfada84d.tar.gz
rust-36d0e90e6be5ab9fc4cfd19b3b98eeafbfada84d.zip
Rollup merge of #21623 - dinfuehr:patch-1, r=alexcrichton
-rw-r--r--src/doc/trpl/more-strings.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/more-strings.md b/src/doc/trpl/more-strings.md
index 07b49751b10..b4669b0819f 100644
--- a/src/doc/trpl/more-strings.md
+++ b/src/doc/trpl/more-strings.md
@@ -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)