diff --git a/README.md b/README.md index 3cf9743..cbeef32 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ After that, just run `cargo build --release`. The resulting binary will be saved Passing files as arguments will mount those files as disks, in the order that the arguments were passed. -See [encoding.md](encoding.md) for information about the instruction set. +See [encoding.md](docs/encoding.md) for information about the instruction set. ## License This project is licensed under the [MIT license](LICENSE). diff --git a/encoding.md b/docs/encoding.md similarity index 100% rename from encoding.md rename to docs/encoding.md