diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-27 22:24:03 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-27 22:24:03 +0530 |
| commit | 36d0e90e6be5ab9fc4cfd19b3b98eeafbfada84d (patch) | |
| tree | 63cfc1267d188a52ee12ab962188a73099cf7cef | |
| parent | cb63bcb98c36247cbc8670840869e6920a60d119 (diff) | |
| parent | a09c085976767fea62c456113949392d36aad8ab (diff) | |
| download | rust-36d0e90e6be5ab9fc4cfd19b3b98eeafbfada84d.tar.gz rust-36d0e90e6be5ab9fc4cfd19b3b98eeafbfada84d.zip | |
Rollup merge of #21623 - dinfuehr:patch-1, r=alexcrichton
| -rw-r--r-- | src/doc/trpl/more-strings.md | 4 |
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) |
