Skip to content

Commit 6a19ed3

Browse files
authored
Merge pull request #562 from ehuss/fix-attr-redir
Fix attribute redirects.
2 parents 98f90ff + e723bbd commit 6a19ed3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/attributes-redirect.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<script>
22
(function() {
33
var fragments = {
4-
"#cold-attribute": "codegen.html#the-cold-attribute",
4+
"#cold-attribute": "attributes/codegen.html#the-cold-attribute",
55
"#conditional-compilation": "conditional-compilation.html",
6-
"#deprecation": "diagnostics.html#the-deprecated-attribute",
6+
"#deprecation": "attributes/diagnostics.html#the-deprecated-attribute",
77
"#derive": "attributes/derive.html",
88
"#documentation": "../rustdoc/the-doc-attribute.html",
99
"#ffi-attributes": "attributes.html#built-in-attributes-index",
10-
"#inline-attribute": "codegen.html#the-inline-attribute",
11-
"#lint-check-attributes": "diagnostics.html#lint-check-attributes",
10+
"#inline-attribute": "attributes/codegen.html#the-inline-attribute",
11+
"#lint-check-attributes": "attributes/diagnostics.html#lint-check-attributes",
1212
"#macro-related-attributes": "attributes.html#built-in-attributes-index",
1313
"#miscellaneous-attributes": "attributes.html#built-in-attributes-index",
14-
"#must_use": "diagnostics.html#the-must_use-attribute",
15-
"#optimization-hints": "codegen.html#optimization-hints",
14+
"#must_use": "attributes/diagnostics.html#the-must_use-attribute",
15+
"#optimization-hints": "attributes/codegen.html#optimization-hints",
1616
"#path": "items/modules.html#the-path-attribute",
1717
"#preludes": "crates-and-source-files.html#preludes-and-no_std",
18-
"#testing": "testing.html",
19-
"#tool-lint-attributes": "diagnostics.html#tool-lint-attributes",
18+
"#testing": "attributes/testing.html",
19+
"#tool-lint-attributes": "attributes/diagnostics.html#tool-lint-attributes",
2020
"#crate-only-attributes": "attributes.html#built-in-attributes-index",
2121
};
2222
var target = fragments[window.location.hash];

0 commit comments

Comments
 (0)