Skip to content

Commit

Permalink
OSF social link (alshedivat#1217)
Browse files Browse the repository at this point in the history
Added missing "/" in the OSF link.
  • Loading branch information
buerviper authored Feb 26, 2023
1 parent 3947dce commit 59308f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="https://publons.com/a/{{ site.publons_id }}/" title="Publons"><i class="ai ai-publons"></i></a>
{% endif %}
{%- if site.osf_id -%}
<a href="https:/osf.io/{{ site.osf_id }}/" title="Open Science Framework"><i class="ai ai-osf"></i></a>
<a href="https://osf.io/{{ site.osf_id }}/" title="Open Science Framework"><i class="ai ai-osf"></i></a>
{% endif %}
{%- if site.research_gate_profile -%}
<a href="https://www.researchgate.net/profile/{{site.research_gate_profile}}/" title="ResearchGate"><i class="ai ai-researchgate"></i></a>
Expand Down

0 comments on commit 59308f4

Please sign in to comment.