about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-09-13 14:44:08 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-09-15 13:21:50 -0400
commitb3432b267d74350d804b271f4e062cf8719ee80b (patch)
tree2388b1f7598434beef026def02a5954cdf5a5165 /src
parent1f5ee97184db63196713cf05fe834e6f32537e30 (diff)
downloadrust-b3432b267d74350d804b271f4e062cf8719ee80b.tar.gz
rust-b3432b267d74350d804b271f4e062cf8719ee80b.zip
Don't use 'here'
Fixes #17225
Diffstat (limited to 'src')
-rw-r--r--src/doc/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 66f69d62e78..64a59967869 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 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