docs: fix broken CONTRIBUTING.md link

This commit is contained in:
Hossam Magdy
2020-05-16 15:36:02 +02:00
parent a2c0bc3e3e
commit 7a829a336d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<!--
Thanks for contributing!
Read our contribution guidelines here:
https://github.com/cypress-io/cypress/blob/develop/.github/CONTRIBUTING.md
https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md
-->
<!-- Example: "Closes #1234" -->
+1 -1
View File
@@ -17,7 +17,7 @@ After [releasing a new version](https://github.com/cypress-io/cypress-example-ki
2. Run `yarn` and `yarn lerna run build --scope @packages/example` to build the app and spec files.
CONTRIBUTING
3. Create a new pull-request following this repo's [pull request instructions](.github/CONTRIBUTING.md#pull-requests).
3. Create a new pull-request following this repo's [pull request instructions](CONTRIBUTING.md#pull-requests).
## Building