diff --git a/documentation/docs/develop/02-adapters/02-getting_started.mdx b/documentation/docs/develop/02-adapters/02-getting_started.mdx index 2090856728..a99d61e1fc 100644 --- a/documentation/docs/develop/02-adapters/02-getting_started.mdx +++ b/documentation/docs/develop/02-adapters/02-getting_started.mdx @@ -103,4 +103,4 @@ If you need help, join the [Discord server](https://discord.gg/HtbKyuDDBw) and a ## What's Next? After creating an adapter, you can start adding features to it. -Check out the [Creating Entries](creating-entries) guide to learn how to add entries to your adapter. +Check out the [Creating Entries](entries) guide to learn how to add entries to your adapter. diff --git a/documentation/docs/develop/02-adapters/index.mdx b/documentation/docs/develop/02-adapters/index.mdx index 51ffb40ff2..bfcd418151 100644 --- a/documentation/docs/develop/02-adapters/index.mdx +++ b/documentation/docs/develop/02-adapters/index.mdx @@ -7,4 +7,4 @@ It is highly recommended to write adapters in Kotlin, as it is the primary langu ::: ## Guides -- [Getting Started](getting-started) +- [Getting Started](./02-getting_started.mdx) diff --git a/documentation/docs/docs/06-adapters.md b/documentation/docs/docs/06-adapters.md index 2048317800..53d4de1efb 100644 --- a/documentation/docs/docs/06-adapters.md +++ b/documentation/docs/docs/06-adapters.md @@ -21,4 +21,4 @@ You are most likely going to need the [Basic Adapter](../adapters/BasicAdapter). # Creating an Adapter -Want to contribute to Typewriter? You can create your own adapter for any plugin you want, or just Minecraft itself. To start contributing, see the [development guide](../develop/). +Want to contribute to Typewriter? You can create your own adapter for any plugin you want, or just Minecraft itself. To start contributing, see the [development guide](../develop/01-index.mdx).