Skip to content

Commit 47bea5f

Browse files
committed
docs: fix link to treepuncher repo
1 parent 0e4d59e commit 47bea5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aiocraft is a collection of types, definitions and utils to build minecraft clie
55

66
it is built on top of [PrismarineJS/minecraft-data](https://github.com/PrismarineJS/minecraft-data), which contains definitions for all types across all versions
77

8-
aiocraft provides a raw implementation of a client but it isn't ready to be used, if you're looking for a convenient client library take a look at **[Treepuncher](https://git.alemi.dev/treepuncher/about)**
8+
aiocraft provides a raw implementation of a client but it isn't ready to be used, if you're looking for a convenient client library take a look at **[Treepuncher](https://git.alemi.dev/treepuncher.git/about)**
99

1010
## Packets
1111
the whole Minecraft protocol from `0.30c` to `1.19.3` is compiled and available
@@ -19,7 +19,7 @@ await client.dispatcher.write(a_packet)
1919
```
2020

2121
## Client
22-
an abstract client implementation is provided, but it's supposed to be extended (like in **[Treepuncher](https://git.alemi.dev/treepuncher/about)**)
22+
an abstract client implementation is provided, but it's supposed to be extended (like in **[Treepuncher](https://git.alemi.dev/treepuncher.git/about)**)
2323
the abstract client implements flows for all game phases and both a `.join()` or a `.info()` method to easily start the login flow
2424

2525
## Types

0 commit comments

Comments
 (0)