Skip to content

Commit 67e1ba7

Browse files
authored
Resolve htmlproofer failures in CI (#70)
* Update URLs to use https instead of https This is a bulk update to resolve almost all of the htmlproofer CI errors (and generally to link to secure versions of websites). The remaining 7 errors reported by htmlproofer are conference-specific and relate to the inability to validate links via libcurl, which may be due to servers not supporting https or domains no longer resolving. * Update websites for a batch of conferences These updates fall into two categories: 1. Websites of inactive conferences that no longer exist or no longer contain conference-related content. In these instances, I've updated the links to the latest relevant snapshots I could find on the Internet Archive. 2. Conferences whose canonical domains (as referenced by their websites or social media accounts) do not match the domains used here currently. The last remaining htmlproofer error regards PyCon UK, whose canonical domain is correctly listed here, but it does not respond to https requests, and so I've reverted it back to http in this commit. This ensures that the link is still usable but does not resolve the CI error regarding http links. * Link to 2023.pyconuk.org
1 parent 595d299 commit 67e1ba7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+56
-56
lines changed

_national/dragonpy-slovenia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: DragonPy
33
flag: si
44
location: Slovenia
5-
website: http://dragonpy.com/
5+
website: https://dragonpy.com/
66
twitter: dragonpyconf
77
---

_national/europython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: EuroPython
33
flag: eu
44
location: Europe
5-
website: http://www.europython.eu
5+
website: https://www.europython.eu
66
twitter: europython
77
---

_national/pycon-ar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: PyCon AR
33
flag: ar
44
location: Argentina
5-
website: http://ar.pycon.org
5+
website: https://ar.pycon.org
66
twitter: pyconar
77
---

_national/pycon-au.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: PyCon AU
33
flag: au
44
location: Australia
5-
website: http://au.pycon.org
5+
website: https://pycon.org.au/
66
twitter: pyconau
7-
---
7+
---

_national/pycon-bolivia.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: PyCon Bolivia
33
flag: bo
44
location: Bolivia
5-
website: http://pycon.bo/
5+
website: https://web.archive.org/web/20211221001342/http://pycon.bo/
66
twitter: pyconbolivia
7-
---
7+
---

_national/pycon-cameroon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
name: PyCon Cameroon
33
flag: cm
44
location: Cameroon
5-
website: https://pythoncm.org/
5+
website: https://web.archive.org/web/20210124013855/https://pythoncm.org/
66
---

_national/pycon-canada.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: PyCon Canada
33
flag: ca
44
location: Canada
5-
website: http://www.pycon.ca
5+
website: https://www.pycon.ca
66
twitter: pyconca
77
---

_national/pycon-cz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: PyCon CZ
33
flag: cz
44
location: Czech Republic
5-
website: http://cz.pycon.org
5+
website: https://cz.pycon.org
66
twitter: pyconcz
77
---

_national/pycon-de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: PyCon DE
33
flag: de
44
location: Germany
5-
website: http://de.pycon.org
5+
website: https://de.pycon.org
66
twitter: pyconde
77
---

_national/pycon-dk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: PyCon DK
33
flag: dk
44
location: Denmark
55
discontinued: true
6-
website: https://web.archive.org/web/20161010045716/http://pycon.dk/
6+
website: https://web.archive.org/web/20161010045716/https://pycon.dk/
77
---

0 commit comments

Comments
 (0)