Skip to content

Commit

Permalink
templates: fix footer link to www.zenodo.org
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Oct 15, 2023
1 parent aff8ad0 commit b4ea829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/semantic-ui/zenodo_rdm/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 class="ui inverted tiny header">{{_('Help')}}</h2>
<a href="https://help.zenodo.org/guides/">{{ _('Guides') }}</a>
</li>
<li class="item">
<a href="https://www.zenodo.org/support">{{ _('Support') }}</a>
<a href="https://zenodo.org/support">{{ _('Support') }}</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit b4ea829

Please sign in to comment.