mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 16:40:03 -05:00
docs: fix broken CONTRIBUTING.md link
This commit is contained in:
@@ -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" -->
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user