Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct Changelog anchor links for installing Cypress #5703

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guides/references/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9218,7 +9218,7 @@ _Released 11/2/2018_
The [following flags](https://nodejs.org/api/fs.html#fs_file_system_flags) are
available. Fixes [#1249](https://github.com/cypress-io/cypress/issues/1249).
- There is a new
[CYPRESS_DOWNLOAD_MIRROR](/guides/getting-started/installing-cypress#Mirroring)
[CYPRESS_DOWNLOAD_MIRROR](/guides/references/advanced-installation#Mirroring)
environment variable for installing Cypress at a mirror url. Fixes
[#2609](https://github.com/cypress-io/cypress/pull/2609).
- The [Module API](/guides/guides/module-api) now returns the `runUrl` from
Expand Down Expand Up @@ -9325,7 +9325,7 @@ _Released 11/2/2018_
- Added `runUrl` to returned run in [Module API doc](/guides/guides/module-api).
- Documented new `CYPRESS_DOWNLOAD_MIRROR` flag and rewrote advanced install
instructions to be clearer in
[Installing Cypress doc](/guides/getting-started/installing-cypress#Advanced).
[Installing Cypress doc](/guides/references/advanced-installation).

**Dependency Updates**

Expand Down Expand Up @@ -10696,7 +10696,7 @@ _Released 10/29/2017_
- The branch name is now properly collected when recording in Buildkite CI.
Fixes [#777](https://github.com/cypress-io/cypress/issues/777).
- You can install the Cypress binary from any URL or file path using the
[`CYPRESS_BINARY_VERSION` environment variable](/guides/getting-started/installing-cypress#Advanced).
[`CYPRESS_BINARY_VERSION` environment variable](/guides/references/advanced-installation).
Closes [#701](https://github.com/cypress-io/cypress/issues/701).

**Documentation Changes:**
Expand Down
Loading