Skip to content

Commit 1a3eb61

Browse files
fixed links
1 parent d45921f commit 1a3eb61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/paper/dev/api/commands-api/commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Paper's command system is still experimental and may change in the future.
1919
:::note
2020

2121
This uses the <Javadoc name={"io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager"}>LifecycleEventManager</Javadoc>
22-
to register the command. See the [Lifecycle Events](./lifecycle.mdx) page for more information.
22+
to register the command. See the [Lifecycle Events](../lifecycle.mdx) page for more information.
2323

2424
:::
2525

docs/paper/dev/getting-started/paper-plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ See [declaring dependencies](#dependency-declaration) for more information on ho
187187
### Commands
188188
Paper plugins do not use the `commands` field to register commands. This means that you do not need to include all
189189
of your commands in the `paper-plugin.yml` file. Instead, you can register commands using the
190-
[Brigadier Command API](../api/commands.mdx).
190+
[Brigadier Command API](../api/commands-api/commands.mdx).
191191

192192
### Cyclic plugin loading
193193

0 commit comments

Comments
 (0)