diff --git a/docs/reference/src/language/widgets/horizontalbox.md b/docs/reference/src/language/widgets/horizontalbox.md index 56f300d90..78d82dfe4 100644 --- a/docs/reference/src/language/widgets/horizontalbox.md +++ b/docs/reference/src/language/widgets/horizontalbox.md @@ -3,4 +3,4 @@ A `HorizontalBox` is a [`HorizontalLayout`](../builtins/elements.md#verticallayout-and-horizontallayout) where the spacing and padding values depend on the style instead of defaulting to 0. -See also [](verticalbox.md). +See also [`VerticalBox`](verticalbox.md). diff --git a/docs/reference/src/language/widgets/verticalbox.md b/docs/reference/src/language/widgets/verticalbox.md index 91872c641..96b630282 100644 --- a/docs/reference/src/language/widgets/verticalbox.md +++ b/docs/reference/src/language/widgets/verticalbox.md @@ -3,4 +3,4 @@ A `VerticalBox` is a [`VerticalLayout`](../builtins/elements.md#verticallayout-and-horizontallayout) where the spacing and padding values depend on the style instead of defaulting to 0. -See also [](horizontalbox.md). +See also [`HorizontalBox`](horizontalbox.md).