From 8e2a44a95119a3453a906a73d75ef41adc4b1dbc Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Mon, 26 Jan 2015 22:46:25 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20broken=20links=20in=20TRPL=E2=86=92More?= =?UTF-8?q?=20Strings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #21665 --- src/doc/trpl/more-strings.md | 4 ++-- 1 file 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)