diff options
| author | Simonas Kazlauskas <git@kazlauskas.me> | 2015-01-26 22:46:25 +0200 |
|---|---|---|
| committer | Simonas Kazlauskas <git@kazlauskas.me> | 2015-01-26 23:09:17 +0200 |
| commit | 8e2a44a95119a3453a906a73d75ef41adc4b1dbc (patch) | |
| tree | 2bd8910d216d95678182491df68aee60c0d095e5 | |
| parent | d15192317aa025ff06faa56ca00950fb7ce6ff4b (diff) | |
| download | rust-8e2a44a95119a3453a906a73d75ef41adc4b1dbc.tar.gz rust-8e2a44a95119a3453a906a73d75ef41adc4b1dbc.zip | |
Fix broken links in TRPL→More Strings
Fixes #21665
| -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) |
