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:
Brian Donovan
2019-12-16 13:57:25 -08:00
committed by Zach Bloomquist
parent c8b184be44
commit c2530ef909
+1 -1
View File
@@ -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