diff --git a/react/features/unsupported-browser/components/browserLinks.js b/react/features/unsupported-browser/components/browserLinks.js index 69d7f073feda..2cb1002b4a78 100644 --- a/react/features/unsupported-browser/components/browserLinks.js +++ b/react/features/unsupported-browser/components/browserLinks.js @@ -5,14 +5,14 @@ * * @type {string} */ -export const CHROME = 'http://google.com/chrome'; +export const CHROME = 'https://www.google.com/chrome/'; /** * The URL at which Chromium is available for download. * * @type {string} */ -export const CHROMIUM = 'http://www.chromium.org/'; +export const CHROMIUM = 'https://www.chromium.org/'; /** * The URL at which Microsoft Edge is available for download. @@ -27,7 +27,7 @@ export const EDGE * * @type {string} */ -export const FIREFOX = 'http://www.getfirefox.com/'; +export const FIREFOX = 'https://www.getfirefox.com/'; /** * The URL at which Safari is available for download. diff --git a/static/recommendedBrowsers.html b/static/recommendedBrowsers.html index b10f21ec5977..1249bade74a8 100644 --- a/static/recommendedBrowsers.html +++ b/static/recommendedBrowsers.html @@ -13,10 +13,10 @@

We recommend to try with the latest version of  Chrome or  + href = 'https://www.google.com/chrome/' >Chrome or  Chromium + href = 'https://www.chromium.org/'>Chromium