Change links to https (#978)
This commit is contained in:
parent
2363526b67
commit
e424c8ba8e
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@ https://lukesmith.xyz/rss.xml
|
||||||
https://notrelated.libsyn.com/rss
|
https://notrelated.libsyn.com/rss
|
||||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)"
|
https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)"
|
||||||
https://landchad.net/rss.xml
|
https://landchad.net/rss.xml
|
||||||
http://based.cooking/rss.xml
|
https://based.cooking/rss.xml
|
||||||
https://www.archlinux.org/feeds/news/ "tech"
|
https://www.archlinux.org/feeds/news/ "tech"
|
||||||
|
|
|
@ -11,4 +11,4 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check crossref.org for the bib citation.
|
# Check crossref.org for the bib citation.
|
||||||
curl -s "http://api.crossref.org/works/$doi/transform/application/x-bibtex" -w "\\n"
|
curl -s "https://api.crossref.org/works/$doi/transform/application/x-bibtex" -w "\\n"
|
||||||
|
|
Loading…
Reference in a new issue