Skip to content

Commit e4edc3e

Browse files
authored
Fix broken link
1 parent a545516 commit e4edc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/struct-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ let a = Gamma; // Gamma unit value.
124124
let b = Gamma{}; // Exact same value as `a`.
125125
```
126126

127-
[_OuterAttribute_]: attributes.md
127+
[_OuterAttribute_]: ../attributes.md
128128
[IDENTIFIER]: ../identifiers.md
129129
[TUPLE_INDEX]: ../tokens.md#tuple-index
130130
[_Expression_]: ../expressions.md

0 commit comments

Comments
 (0)