Update browser links to HTTPS (#5788)

* Update recommended browser links to https

* Update browser URLs to https
This commit is contained in:
Hanno Böck 2020-04-10 19:17:10 +02:00 committed by GitHub
parent f2df5906f6
commit ac117cd50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -13,10 +13,10 @@
We recommend to try with the latest version of 
<a
className = 'unsupported-desktop-browser__link'
href = 'http://google.com/chrome' >Chrome</a>&nbsp;or&nbsp;
href = 'https://www.google.com/chrome/' >Chrome</a>&nbsp;or&nbsp;
<a
class = 'unsupported-desktop-browser__link'
href = 'http://www.chromium.org/'>Chromium</a>
href = 'https://www.chromium.org/'>Chromium</a>
</p>
</div>
</body>