diff options
| author | Ryan Mehri <ryan.mehri1@gmail.com> | 2023-10-21 10:53:35 -0700 |
|---|---|---|
| committer | Ryan Mehri <ryan.mehri1@gmail.com> | 2023-10-21 10:53:35 -0700 |
| commit | af871808459c84ba9e39aff0fb75a632cd8fb927 (patch) | |
| tree | 61973e7e212be7994fb2bd4accd03e80a4d6f9b4 | |
| parent | ad7b8a0820daad0700b6bb1c428503dc4484592e (diff) | |
| download | rust-af871808459c84ba9e39aff0fb75a632cd8fb927.tar.gz rust-af871808459c84ba9e39aff0fb75a632cd8fb927.zip | |
fix broken link to ayu theme in the rustdoc book
| -rw-r--r-- | src/doc/rustdoc/src/write-documentation/what-to-include.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/write-documentation/what-to-include.md b/src/doc/rustdoc/src/write-documentation/what-to-include.md index 16457ed0ff8..4bcae4d222c 100644 --- a/src/doc/rustdoc/src/write-documentation/what-to-include.md +++ b/src/doc/rustdoc/src/write-documentation/what-to-include.md @@ -117,7 +117,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/css/themes/ayu.css +[Ayu]: https://github.com/rust-lang/rust/blob/master/src/librustdoc/html/static/css/rustdoc.css#L2384-L2574 [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 |
