From 82a9981e2f47aa3e4f9c4398ee7763a80f462363 Mon Sep 17 00:00:00 2001 From: Dave Taylor Date: Wed, 10 Jul 2019 08:30:01 +0100 Subject: [PATCH] Fixed case-sensitive markdown links The links to the relevant markdown files in the README.md are case-sensitive and so were giving 404s. This resolves them to the correct url. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e906a6cd5..4fab580fa1 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,16 @@ Below is a list of samples included in this repo: We are very grateful to the community for contributing bugfixes and improvements. We welcome any and all efforts to evolve and improve Sitecore JavaScript Services; read below to learn how you can take part in those efforts. -### [Code of Conduct](code_of_conduct.md) +### [Code of Conduct](CODE_OF_CONDUCT.md) -Sitecore has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](code_of_conduct.md) so that you can understand what actions will and will not be tolerated. +Sitecore has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated. -### [Contributing Guide](contributing.md) +### [Contributing Guide](CONTRIBUTING.md) -Read our [contributing guide](contributing.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React. +Read our [contributing guide](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React. ### License -Sitecore JavaScript Services is using the [Apache 2.0 license](license.md). +Sitecore JavaScript Services is using the [Apache 2.0 license](LICENSE.MD). -## [Support](support.md) +## [Support](SUPPORT.md)