Skip to content

Commit 1ac3c81

Browse files
authored
Fixed quill's link in README.md (#523)
* Fixed quill's link in README.md * Also modified libcraft's link
1 parent 77f1ace commit 1ac3c81

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
@@ -27,8 +27,8 @@ In the long term, Feather could be used on larger, more survival-like servers, w
2727
### Ecosystem
2828

2929
The Feather ecosystem consists of several repositories:
30-
* [`libcraft`](https://github.com/feather-rs/libcraft), a set of Rust crates providing Minecraft functionality.
31-
* [`quill`](https://github.com/feather-rs/quill), our work-in-progress plugin API. Quill plugins are written in Rust and compiled to WebAssembly. Feather runs them in a sandboxed WebAssembly VM.
30+
* [`libcraft`](https://github.com/feather-rs/feather/tree/main/libcraft), a set of Rust crates providing Minecraft functionality.
31+
* [`quill`](https://github.com/feather-rs/feather/tree/main/quill), our work-in-progress plugin API. Quill plugins are written in Rust and compiled to WebAssembly. Feather runs them in a sandboxed WebAssembly VM.
3232
* `feather`, the server software built on top of `libcraft` and `quill`.
3333

3434
### Performance

0 commit comments

Comments
 (0)