diff options
| author | Leo Simons <mail@leosimons.com> | 2022-01-28 09:08:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-28 09:08:12 +0100 |
| commit | 51dacc572fb4da8ed48c3d8e145f99a5202c16e3 (patch) | |
| tree | a2a0ad416cc0a23802624e41da0c0a09259e2e5e | |
| parent | 5ab502c6d308b0ccac8127c0464e432334755a60 (diff) | |
| download | rust-51dacc572fb4da8ed48c3d8e145f99a5202c16e3.tar.gz rust-51dacc572fb4da8ed48c3d8e145f99a5202c16e3.zip | |
Fix broken link from rustdoc docs to ayu theme
| -rw-r--r-- | src/doc/rustdoc/src/what-to-include.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/what-to-include.md b/src/doc/rustdoc/src/what-to-include.md index 9683f519be1..2a6b62ebfd5 100644 --- a/src/doc/rustdoc/src/what-to-include.md +++ b/src/doc/rustdoc/src/what-to-include.md @@ -118,7 +118,7 @@ rustdoc --theme awesome.css src/lib.rs Here is an example of a new theme, [Ayu]. -[Ayu]: https://github.com/rust-lang/rust/blob/master/src/librustdoc/html/static/themes/ayu.css +[Ayu]: https://github.com/rust-lang/rust/blob/master/src/librustdoc/html/static/css/themes/ayu.css [API Guidelines]: https://rust-lang.github.io/api-guidelines/documentation.html#rustdoc-does-not-show-unhelpful-implementation-details-c-hidden [Documentation tests]: documentation-tests.md [on this blog]: https://blog.guillaume-gomez.fr/articles/2016-09-16+Generating+doc+with+rustdoc+and+a+custom+theme |
