diff --git a/docs/contributor-info/contributing.md b/CONTRIBUTING.md similarity index 98% rename from docs/contributor-info/contributing.md rename to CONTRIBUTING.md index 67c2cd4c5..52c20707f 100644 --- a/docs/contributor-info/contributing.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ # Tips for Contributors -*See [Releasing](./releasing.md) for instructions on releasing.* + +* See [docs/contributor-info/Releasing](./docs/contributor-info/releasing.md) for instructions on releasing. +* See other docs in [docs/contributor-info](./docs/contributor-info) ## Sumary diff --git a/README.md b/README.md index 03f208fd3..8f4028c91 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,7 @@ Node.js can be used as the backend for server-side rendering instead of [execJS] ## Contributing Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to our version of the [Contributor Covenant Code of Conduct](docs/code_of_conduct.md)). -See [Contributing](docs/contributor-info/contributing.md) to get started. +See [Contributing](CONTRIBUTING.md) to get started. ## License The gem is available as open source under the terms of the [MIT License](docs/LICENSE). diff --git a/docs/contributor-info/releasing.md b/docs/contributor-info/releasing.md index fcdfe6dde..0d7fa3e5c 100644 --- a/docs/contributor-info/releasing.md +++ b/docs/contributor-info/releasing.md @@ -3,7 +3,7 @@ We're now releasing this as a combined ruby gem plus npm package. We will keep the version numbers in sync. ## Testing the Gem before Release from a Rails App -See [Contributing](./contributing.md) +See [Contributing](../../CONTRIBUTING.md) ## Releasing a new gem version Run `rake -D release` to see instructions on how to release via the rake task.