From 73a1ec62aca7ad3833ca0208590c82c5b5ab2aca Mon Sep 17 00:00:00 2001 From: jrb-s2c-github <89936232+jrb-s2c-github@users.noreply.github.com> Date: Tue, 19 Oct 2021 20:58:31 +0200 Subject: [PATCH] docs(fix): Fixed link to page on how to submit a patch (#154) --- CONTRIBUTING.md | 2 +- content/en/docs/community/contributing/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7af5a221..b89641f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Relevant resources for Spinnaker contributors: - [Code of Conduct](https://spinnaker.io/docs/community/contributing/code-of-conduct/) - [Join Us on Slack](http://join.spinnaker.io) - [Contributing](https://spinnaker.io/docs/community/contributing/) -- [How to Submit a Patch](https://spinnaker.io/docs/community/contributing/submitting/) (includes commit and PR message conventions) +- [How to Submit a Patch](https://spinnaker.io/docs/community/contributing/code/releasing/) (includes commit and PR message conventions) - [Make a Change Using a Local Clone](https://spinnaker.io/docs/community/contributing/local-clone/) - [Developer How-Tos](https://spinnaker.io/docs/community/contributing/code/developer-guides/) diff --git a/content/en/docs/community/contributing/_index.md b/content/en/docs/community/contributing/_index.md index f58ab93d..f3f5d725 100644 --- a/content/en/docs/community/contributing/_index.md +++ b/content/en/docs/community/contributing/_index.md @@ -16,7 +16,7 @@ We'll probably end up doing something like this, but at the moment we're explori In the meantime, if you're really excited about contributing and don't want to wait until we have all of this worked out, please reach out to us on [Slack](http://join.spinnaker.io). We love accepting community patches! -For more details about the patch submission process, look at [How to submit a patch](/docs/community/contributing/submitting/). +For more details about the patch submission process, look at [How to submit a patch](https://spinnaker.io/docs/community/contributing/code/releasing/). ## How to run Spinnaker locally for development