diff --git a/.docs/Tutorial.md b/.docs/Tutorial.md index e8c6d41..4870a79 100644 --- a/.docs/Tutorial.md +++ b/.docs/Tutorial.md @@ -100,7 +100,7 @@ WorldEditAdditions provides a number of *meta commands*. Such commands don't do - [`//subdivide`](/Reference#subdivide): split a region into chunks, and execute the command once for each chunk - [`//many`](/Reference#many): Execute a command multiple times - - [`//multi`](/!node_modules, !_sitemulti): Execute multiple commands in sequence + - [`//multi`](/Reference#multi): Execute multiple commands in sequence Of course, this isn't an exhaustive list - check the [reference](/Reference) for a full list. diff --git a/README.md b/README.md index 37f4fdf..43291c6 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,9 @@ As far as I can tell, the saplings provided by the [`moretrees` mod](https://con ## Contributing Contributions are welcome! Please state in your pull request(s) that you release your contribution under the _Mozilla Public License 2.0_. -Please also make sure that the logic for every new command has it's own file. For example, the logic for `//floodfill` goes in `worldeditadditions/floodfill.lua`, the logic for `//overlay` goes in `worldeditadditions/overlay.lua`, etc. +Please also make sure that the logic for every new command has it's own file. For example, the logic for `//floodfill` goes in `worldeditadditions/floodfill.lua`, the logic for `//overlay` goes in `worldeditadditions/overlay.lua`, etc. More contributing help can be found in [the contributing guide](./Contributing.md) + +For more information check out [CONTRIBUTING.md](CONTRIBUTING.md). For more information check out [CONTRIBUTING.md](CONTRIBUTING.md).