se-edu / learningresources

:books: A collection of learning resources for Software Engineering students
https://se-edu.github.io/learningresources/
65 stars 96 forks source link

[#189] Convert all valid urls from http to https #190

Closed jamessspanggg closed 4 years ago

jamessspanggg commented 4 years ago

Fixes part of #189

The full log of dead links: Dead Link Checker report - https__deploy-preview-190--learningresources.netlify.com.pdf

jamessspanggg commented 4 years ago

@damithc this PR won't solve the issue with mixed insecure content as some content is only available in http. But this PR changes all available links from http -> https

jamessspanggg commented 4 years ago

Will recheck if all the links changed are valid.

jamessspanggg commented 4 years ago

Actually, there is a log showing the mixed contents: https://app.netlify.com/sites/learningresources/deploys/5e94a08b1b170d0007270f72

Screen Shot 2020-04-14 at 1 28 28 AM

Note that the links are not available in https

Log of mixed contents for the master branch: https://app.netlify.com/sites/learningresources/deploys/5e929bcda87b430006f27ab0

Screen Shot 2020-04-14 at 1 31 08 AM
damithc commented 4 years ago

Actually, there is a log showing the mixed contents: https://app.netlify.com/sites/learningresources/deploys/5e94a08b1b170d0007270f72

Thanks for investigating. Can add this info to the relevant issue. #189