about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-10-13 15:09:48 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-10-13 15:09:48 -0700
commit001814fda24150a19ce475741b74cda271eb0ee4 (patch)
tree43631d33ef68c8999933cf57ac2260aeaeacf7b2
parente860437ab16c844651f612dc74d5b432993711f2 (diff)
parentd7dc97e38405eabccf2a863c888666df2ea8a535 (diff)
downloadrust-001814fda24150a19ce475741b74cda271eb0ee4.tar.gz
rust-001814fda24150a19ce475741b74cda271eb0ee4.zip
rollup merge of #17977 : Behemecoatyl/master
-rw-r--r--src/doc/guide-strings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-strings.md b/src/doc/guide-strings.md
index a49132ec8be..afca75a76d4 100644
--- a/src/doc/guide-strings.md
+++ b/src/doc/guide-strings.md
@@ -206,5 +206,5 @@ Many more bytes than graphemes!
 
 # Other Documentation
 
-* [the `&str` API documentation](/std/str/index.html)
+* [the `&str` API documentation](std/str/index.html)
 * [the `String` API documentation](std/string/index.html)