It would be good if the openjournals website would redirect http () traffic to https (https://www.theoj.org/), as both websites exists.
You can easily enforce https using the GitHub site settings: https://help.github.com/articles/securing-your-github-pages-site-with-https/
I'd be happy to create a PR to update the links to journals, too.
http is also used for article redirects coming in from DOIs, e.g.
https://doi.org/10.21105/joss.00662
leads to
http://joss.theoj.org/papers/10.21105/joss.00662
although
https://joss.theoj.org/papers/10.21105/joss.00662
exists and should be preferred.
It would be good if the openjournals website would redirect
http() traffic tohttps(https://www.theoj.org/), as both websites exists.You can easily enforce
httpsusing the GitHub site settings: https://help.github.com/articles/securing-your-github-pages-site-with-https/I'd be happy to create a PR to update the links to journals, too.
httpis also used for article redirects coming in from DOIs, e.g.https://doi.org/10.21105/joss.00662
leads to
http://joss.theoj.org/papers/10.21105/joss.00662
although
https://joss.theoj.org/papers/10.21105/joss.00662
exists and should be preferred.