alistapart / AListApart

The A List Apart front end repo
http://alistapart.com/
MIT License
671 stars 68 forks source link

Fixed broken links for authors with https URLs #426

Closed dpanov closed 4 years ago

dpanov commented 5 years ago

This fixes a bug where if the author's homepage URL has an https:// instead of http:// it doesn't get replaced by exp:low_replace and causes invalid URLs - e.g. http://https://www.aaron-gustafson.com.

Here are some example pages where you can see the issue:


Note: I haven't actually tested if this is working, 'cause I don't have the project set up locally, so proceed with caution.

dpanov commented 4 years ago

Seems like the issue was fixed one way or another, so I'm closing this.