Skip to content

Commit d68c787

Browse files
committed
Fix link from container-attrs to variant-attrs
1 parent 252de90 commit d68c787

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_src/container-attrs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@
8080

8181
Identical to [`variant_identifier`](#variant_identifier), but also allows for
8282
the last variant to be a newtype variant, which will be used if none of the
83-
other variants match (similar to
84-
[`#[serde(other)]`](../variant-attrs.html#other)). Like `variant_identifier`,
85-
this forces the enum to always be represented as a string, regardless of the
86-
underlying data format's representation of enums.
83+
other variants match (similar to [`#[serde(other)]`](variant-attrs.md#other)).
84+
Like `variant_identifier`, this forces the enum to always be represented as a
85+
string, regardless of the underlying data format's representation of enums.
8786

8887
- ##### `#[serde(bound = "T: MyTrait")]` {#bound}
8988

0 commit comments

Comments
 (0)