From 4ebbddc111f1e2e0b33cd652320f18bdb631089b Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sat, 13 Sep 2014 14:44:08 -0400 Subject: [PATCH] Don't use 'here' Fixes #17225 --- src/doc/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/doc/index.md b/src/doc/index.md index 66f69d62e788f..0eaa58821204a 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -87,10 +87,10 @@ There are questions that are asked quite often, and so we've made FAQs for them: # The standard library -You can find function-level documentation for the entire standard library -[here](std/index.html). There's a list of crates on the left with more specific -sections, or you can use the search bar at the top to search for something if -you know its name. +We have [API-style documentation for the entire standard +library](std/index.html). There's a list of crates on the left with more +specific sections, or you can use the search bar at the top to search for +something if you know its name. # External documentation