Skip to content

Commit 0953b6d

Browse files
authored
Fix arxiv link
1 parent db073a8 commit 0953b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{%elsif publication.paper%}
2323
{%assign title_link = publication.paper %}
2424
{%elsif publication.arxiv%}
25-
{%assign title_link = publication.arxiv %}
25+
{%assign title_link = "https://arxiv.org/abs/" | append: publication.arxiv %}
2626
{%else%}
2727
{%assign title_link = '' %}
2828
{%endif%}

0 commit comments

Comments
 (0)