diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-09-13 14:44:08 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-09-15 13:21:50 -0400 |
| commit | b3432b267d74350d804b271f4e062cf8719ee80b (patch) | |
| tree | 2388b1f7598434beef026def02a5954cdf5a5165 /src | |
| parent | 1f5ee97184db63196713cf05fe834e6f32537e30 (diff) | |
| download | rust-b3432b267d74350d804b271f4e062cf8719ee80b.tar.gz rust-b3432b267d74350d804b271f4e062cf8719ee80b.zip | |
Don't use 'here'
Fixes #17225
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/index.md | 8 |
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 |
