From d7dc97e38405eabccf2a863c888666df2ea8a535 Mon Sep 17 00:00:00 2001 From: Erwan Date: Sun, 12 Oct 2014 18:51:11 +0200 Subject: [PATCH] fix broken link in guide-strings.md --- src/doc/guide-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)