moocfi / haskell-mooc

Haskell MOOC University of Helsinki
Other
313 stars 446 forks source link

Use HTTPS for external links when possible (round 2) #95

Closed muzimuzhi closed 11 months ago

muzimuzhi commented 11 months ago

Similar to my previous issue #26 created and resolved almost three years ago, this issue mainly focus on Part 2 and the site for book Real World Haskell.

To be updated to HTTPS (filtered by grep -rn --exclude-dir=img 'http:' .)

I didn't take the Part 2, hence don't know if localhost URLs in part2.html and its exercises support HTTPS or not.

Remaining HTTP-only site

opqdonut commented 11 months ago

Thanks! Will be fixed soon.

muzimuzhi commented 11 months ago

Three remaining HTTP found in interactive stack ghci:

./part1.html:294:GHCi, version 9.2.8: http://www.haskell.org/ghc/  :? for help
./part1.html:892:GHCi, version 9.2.8: http://www.haskell.org/ghc/  :? for help
./part1.html:1123:GHCi, version 9.2.8: http://www.haskell.org/ghc/  :? for help

I don't have access to stack right now but according to https://downloads.haskell.org/ghc/latest/docs/users_guide/ghci.html#introduction-to-ghci HTTPS is already used for GHCi v8.y.z.

opqdonut commented 11 months ago

Thanks for your attention to detail!