Skip to content

Commit 9b44a29

Browse files
committed
fix many broken links
1 parent e3d311e commit 9b44a29

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/items/enumerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ enum ZeroVariants {}
138138
[_TupleFields_]: items/structs.html
139139
[_StructFields_]: items/structs.html
140140
[enumerated type]: types.html#enumerated-types
141-
[`mem::discriminant`]: std/mem/fn.discriminant.html
141+
[`mem::discriminant`]: ../std/mem/fn.discriminant.html
142142
[numeric cast]: expressions/operator-expr.html#semantics
143143
[`repr` attribute]: attributes.html#ffi-attributes

src/items/static-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ following are true:
114114
* Interior mutability is required.
115115

116116
[constant]: items/constant-items.html
117-
[interior mutable]: interior_mutability.html
117+
[interior mutable]: interior-mutability.html
118118
[IDENTIFIER]: identifiers.html
119119
[_Type_]: types.html
120120
[_Expression_]: expressions.html

src/special-types-and-traits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@ compiler, not by [implementation items].
127127
[`Sync`]: ../std/marker/trait.Sync.html
128128

129129
[Arrays]: types.html#array-and-slice-types
130-
[call expressions]: expressoins/call-expr.html
130+
[call expressions]: expressions/call-expr.html
131131
[deref coercions]: type-coercions.html#coercion-types
132132
[dereference operator]: expressions/operator-expr.html#the-dereference-operator
133133
[destructor]: destructors.html
134134
[drop check]: ../nomicon/dropck.html
135135
[dynamically sized type]: dynamically-sized-types.html
136136
[Function pointers]: types.html#function-pointer-types
137137
[function item types]: types.html#function-item-types
138-
[implementation items]: items.html/implementations.html
138+
[implementation items]: items/implementations.html
139139
[indexing expressions]: expressions/array-expr.html#array-and-slice-indexing-expressions
140-
[interior mutability]: iterior-mutability.html
140+
[interior mutability]: interior-mutability.html
141141
[Numeric types]: types.html#numeric-types
142-
[Methods]: items.html#associated-functions-and-methods
142+
[Methods]: items/traits.html#associated-functions-and-methods
143143
[method resolution]: expressions/method-call-expr.html
144144
[operators]: expressions/operator-expr.html
145145
[orphan rules]: items/implementations.html#trait-implementation-coherence

src/statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ if true {
9494
[function]: items/functions.html
9595
[item]: items.html
9696
[module]: items/modules.html
97-
[canonical path]: path.html#canonical-paths
97+
[canonical path]: paths.html#canonical-paths
9898
[implementations]: items/implementations.html

0 commit comments

Comments
 (0)