diff options
| author | Jonatan Schneevoigt <jonatan.gud.hum@gmail.com> | 2021-08-04 22:17:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 16:17:05 -0400 |
| commit | e424c8ba8ea59ed229466544b0b4a6a56e3ccecd (patch) | |
| tree | 5b4f432233ddc56991d4cfa0623313919455fa94 /.local | |
| parent | 2363526b67ea8b27fc999415d3ba67b2efa5dbfa (diff) | |
| download | eibhear-e424c8ba8ea59ed229466544b0b4a6a56e3ccecd.tar.gz eibhear-e424c8ba8ea59ed229466544b0b4a6a56e3ccecd.tar.zst eibhear-e424c8ba8ea59ed229466544b0b4a6a56e3ccecd.zip | |
Change links to https (#978)
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/getbib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/getbib b/.local/bin/getbib index ed441c5..8675aae 100755 --- a/.local/bin/getbib +++ b/.local/bin/getbib @@ -11,4 +11,4 @@ else fi # 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" |
