about summary refs log tree commit diff
path: root/src/doc/rustdoc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-02-28 12:57:47 +0100
committerGitHub <noreply@github.com>2022-02-28 12:57:47 +0100
commit01ffa5fa0ca0e25640e87bf0f7ab9b99e7c4a1f1 (patch)
tree8f33df0059f78d5ebedb8a0f49b8f6bc3e8b9bbc /src/doc/rustdoc
parent4115c3f1ac1929a1541c998248a475c2e6ef02a7 (diff)
parent51dacc572fb4da8ed48c3d8e145f99a5202c16e3 (diff)
downloadrust-01ffa5fa0ca0e25640e87bf0f7ab9b99e7c4a1f1.tar.gz
rust-01ffa5fa0ca0e25640e87bf0f7ab9b99e7c4a1f1.zip
Rollup merge of #93413 - lsimons:patch-1, r=Dylan-DPC
Fix broken link from rustdoc docs to ayu theme
Diffstat (limited to 'src/doc/rustdoc')
-rw-r--r--src/doc/rustdoc/src/what-to-include.md2
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