Skip to content

Commit c137e13

Browse files
committed
fix: remove .mdx from links
1 parent 6ee77b6 commit c137e13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/en/guides/plugin/item-interaction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
---
88
import { File, Folder, Files } from 'fumadocs-ui/components/files';
99

10-
Creating a custom item follows the same setup than the [Creating custom blocks](./creating-block.mdx).
10+
Creating a custom item follows the same setup than the [Creating custom blocks](./creating-block).
1111

1212
## Setup
1313

content/docs/en/guides/plugin/store-persistant-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here is how to store persistent data using a custom component on a Player.
1212

1313
## Build your Component Class
1414

15-
Creating a custom component class leverages the Component system made with the ECS architecture in mind. For more information on Components, check out the [ECS Guide](../ecs/hytale-ecs-theory.mdx#components).
15+
Creating a custom component class leverages the Component system made with the ECS architecture in mind. For more information on Components, check out the [ECS Guide](../ecs/hytale-ecs-theory#components).
1616

1717
Start by creating your custom component class. This will be extremely similar to how regular components are created, however we'll setup a custom Codec so the server can translate this data to BSON, or the server's internal json encoder.
1818

0 commit comments

Comments
 (0)