Skip to content

Commit

Permalink
remove trailing slash from trackback help link [ARXIVNG-2867]
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl10 committed Feb 4, 2020
1 parent 0aa0c3a commit 28f5517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browse/templates/tb/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
{%- block content %}
<div style="font-size: smaller; margin-top: 2em;">
<h3>About trackbacks</h3>
<p>By sending a <a href="/help/trackback/">trackback</a>, you can notify
<p>By sending a <a href="/help/trackback">trackback</a>, you can notify
arXiv.org that you have created a web page that references a paper. Popular
blogging software supports trackback: you can send us a trackback about this
paper by giving your software the following <i>trackback URL:</i></p>
<blockquote><tt>https://arxiv.org/trackback/{arXiv_id}</tt></blockquote>
<p>Some blogging software supports <i>trackback autodiscovery</i> -- in this
case, your software will automatically send a trackback as soon as your
create a link to our abstract page. See our
<a href="/help/trackback/">trackback help page</a> for more information.</p>
<a href="/help/trackback">trackback help page</a> for more information.</p>
</div>
<script type="text/javascript" language="javascript">mathjaxToggle();</script>
{% endblock content %}

0 comments on commit 28f5517

Please sign in to comment.