From a09c085976767fea62c456113949392d36aad8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Inf=C3=BChr?= Date: Sun, 25 Jan 2015 15:20:49 +0100 Subject: [PATCH] more-strings.md: repaired links to API --- 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 07b49751b10a..b4669b0819f9 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)