Skip to content

Commit

Permalink
Do not use old dx proxy for doi (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm authored Feb 19, 2025
1 parent d8f14f5 commit 398eec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
{% endif %}
{% if entry.doi %}
<a href="https://dx.doi.org/{{entry.doi}}" target="_blank">
<a href="https://doi.org/{{entry.doi}}" target="_blank">
<img alt="DOI: {{entry.doi}}" src="https://img.shields.io/static/v1?label=&message=DOI&color=blue">
</a>
{% elsif entry.url %}
Expand Down

0 comments on commit 398eec7

Please sign in to comment.