diff --git a/README.md b/README.md index ef0eda515..7e2c18b54 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Contributing to Nomad If you wish to contribute to Nomad, you will need [Go](https://www.golang.org) installed on your machine (version 1.11+ is *required*). -See the [`docs`](docs/) directory for more developer documentation. +See the [`contributing`](contributing/) directory for more developer documentation. **Developing with Vagrant** There is an included Vagrantfile that can help bootstrap the process. The diff --git a/docs/README.md b/contributing/README.md similarity index 100% rename from docs/README.md rename to contributing/README.md diff --git a/docs/checklist-command.md b/contributing/checklist-command.md similarity index 100% rename from docs/checklist-command.md rename to contributing/checklist-command.md diff --git a/docs/checklist-jobspec.md b/contributing/checklist-jobspec.md similarity index 100% rename from docs/checklist-jobspec.md rename to contributing/checklist-jobspec.md