mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 21:40:28 -05:00
docs: fix markdown syntax for link (#5976)
The `[][]` style is for reference links, but this link is supposed to use inline syntax `[]()`.
This commit is contained in:
committed by
Zach Bloomquist
parent
c8b184be44
commit
c2530ef909
@@ -104,7 +104,7 @@ Once the `develop` branch for all test projects are reliably passing with the ne
|
||||
|
||||
### Steps to Publish a New Version
|
||||
|
||||
0. Make sure that if there is a new [`cypress-example-kitchensink`][https://github.com/cypress-io/cypress-example-kitchensink/releases] version, the corresponding dependency in [`packages/example`](./packages/example) has been updated to that new version.
|
||||
0. Make sure that if there is a new [`cypress-example-kitchensink`](https://github.com/cypress-io/cypress-example-kitchensink/releases) version, the corresponding dependency in [`packages/example`](./packages/example) has been updated to that new version.
|
||||
1. Make sure that you have the correct environment variables set up before proceeding.
|
||||
- You'll need Cypress AWS access keys in `aws_credentials_json`, which looks like this:
|
||||
```text
|
||||
|
||||
Reference in New Issue
Block a user