diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-10-13 15:09:48 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-10-13 15:09:48 -0700 |
| commit | 001814fda24150a19ce475741b74cda271eb0ee4 (patch) | |
| tree | 43631d33ef68c8999933cf57ac2260aeaeacf7b2 | |
| parent | e860437ab16c844651f612dc74d5b432993711f2 (diff) | |
| parent | d7dc97e38405eabccf2a863c888666df2ea8a535 (diff) | |
| download | rust-001814fda24150a19ce475741b74cda271eb0ee4.tar.gz rust-001814fda24150a19ce475741b74cda271eb0ee4.zip | |
rollup merge of #17977 : Behemecoatyl/master
| -rw-r--r-- | src/doc/guide-strings.md | 2 |
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) |
