diff options
| author | Erwan <erwan.ricq@gmail.com> | 2014-10-12 18:51:11 +0200 |
|---|---|---|
| committer | Erwan <erwan.ricq@gmail.com> | 2014-10-12 18:51:11 +0200 |
| commit | d7dc97e38405eabccf2a863c888666df2ea8a535 (patch) | |
| tree | 01114ae3f7f8a78ea126f9c0ff5a6d8fc4c419f4 /src | |
| parent | 86509d8d7ab68c5e4202dea9ff1bfb79409f2f8d (diff) | |
| download | rust-d7dc97e38405eabccf2a863c888666df2ea8a535.tar.gz rust-d7dc97e38405eabccf2a863c888666df2ea8a535.zip | |
fix broken link in guide-strings.md
Diffstat (limited to 'src')
| -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) |
