Merge pull request #7378 from hossam-magdy/fix-contrib-link

This commit is contained in:
Jennifer Shehane
2020-05-18 14:05:34 +06:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

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" -->

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