Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Jan 4, 2024
1 parent 4349b72 commit 7741fc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion documentation/docs/develop/02-adapters/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion documentation/docs/docs/06-adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 7741fc3

Please sign in to comment.