Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Update HTTP to HTTPS & link fix #1113

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Update HTTP to HTTPS & link fix #1113

wants to merge 7 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 23, 2018

Change links to HTTPS when supported.

Found an invalid link and replaced it with the archived version.

Some links weren't changed because the websites didn't support it or had invalid SSL certificates.

missuniverse added 6 commits September 22, 2018 20:55
Change links to HTTPS.
Problem: t3n link was gone, replaced it with the archived link.
Change links to HTTPS.
Exception: www.alphr.com, website uses self-signed certificate.
Change links to HTTPS.
Change links to HTTPS.
Change links to HTTPS.
Change links to HTTPS.
@ghost ghost mentioned this pull request Sep 28, 2018
Copy link
Member

@mmmavis mmmavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @missuniverse thanks for filing this PR! I just left some inline comments.

components/partners.jsx Outdated Show resolved Hide resolved
@@ -54,7 +54,7 @@ const PAST_COVERAGE = [
{
media: `t3n`,
title: `Wie steht es um die Gesundheit des Internets? Auf Spurensuche beim Mozilla-Festival`,
link: `http://t3n.de/news/mozilla-festival-internet-gesundheit-761360/3/`,
link: `https://web.archive.org/web/20170112212535/http://t3n.de/news/mozilla-festival-internet-gesundheit-761360/3/`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @KevZawacki the link for tn3 on https://mozillafestival.org/media is not available anymore. Is it okay if we fix the link to https://web.archive.org/web/20170112212535/http://t3n.de/news/mozilla-festival-internet-gesundheit-761360/3/ or you have other suggestion?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pinging @KevZawacki again in case you missed this

Removed HTTPS issue with one of the links.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant