From 7b00ed31243ac20c0862ad64de10964eaa04c720 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:34:05 +0200 Subject: [PATCH] Use Chromium download link https://on.cypress.io/chromium-downloads --- docs/guides/guides/launching-browsers.mdx | 4 ++-- docs/guides/references/troubleshooting.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/guides/launching-browsers.mdx b/docs/guides/guides/launching-browsers.mdx index ec2665c684..909ac74a17 100644 --- a/docs/guides/guides/launching-browsers.mdx +++ b/docs/guides/guides/launching-browsers.mdx @@ -56,8 +56,8 @@ Cypress supports the browser versions below: ### Download specific Chrome version The Chrome browser is evergreen - meaning it will automatically update itself, -sometimes causing a breaking change in your automated tests. You can use -[https://vikyd.github.io/download-chromium-history-version](https://vikyd.github.io/download-chromium-history-version) to download a +sometimes causing a breaking change in your automated tests. +You can use the information in [Download Chromium](https://on.cypress.io/chromium-downloads) to download a specific released version of Chromium for every platform. ### Electron Browser diff --git a/docs/guides/references/troubleshooting.mdx b/docs/guides/references/troubleshooting.mdx index a9f2b8e6b1..cc9cbdabaa 100644 --- a/docs/guides/references/troubleshooting.mdx +++ b/docs/guides/references/troubleshooting.mdx @@ -76,8 +76,8 @@ problem: ## Download specific Chrome version The Chrome browser is evergreen - meaning it will automatically update itself, -sometimes causing a breaking change in your automated tests. You can use -[https://vikyd.github.io/download-chromium-history-version](https://vikyd.github.io/download-chromium-history-version) to download a +sometimes causing a breaking change in your automated tests. +You can use the information in [Download Chromium](https://on.cypress.io/chromium-downloads) to download a specific released version of Chromium for every platform. ## Clear Cypress cache