about summary refs log tree commit diff
path: root/src/doc/guide-strings.md
diff options
context:
space:
mode:
authorErwan <erwan.ricq@gmail.com>2014-10-12 18:51:11 +0200
committerErwan <erwan.ricq@gmail.com>2014-10-12 18:51:11 +0200
commitd7dc97e38405eabccf2a863c888666df2ea8a535 (patch)
tree01114ae3f7f8a78ea126f9c0ff5a6d8fc4c419f4 /src/doc/guide-strings.md
parent86509d8d7ab68c5e4202dea9ff1bfb79409f2f8d (diff)
downloadrust-d7dc97e38405eabccf2a863c888666df2ea8a535.tar.gz
rust-d7dc97e38405eabccf2a863c888666df2ea8a535.zip
fix broken link in guide-strings.md
Diffstat (limited to 'src/doc/guide-strings.md')
-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)