Skip to content

Commit

Permalink
fix addon links
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Jan 18, 2023
1 parent 66e4b46 commit 720c436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/addons/addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</a>
<?php endif; ?>
<?php else: ?>
<a href="{{ link }}" class="glsr-addon-link glsr-external button button-secondary">
<a href="{{ url }}" class="glsr-addon-link glsr-external button button-secondary">
{{ link_text }}
</a>
<?php endif; ?>
Expand Down

0 comments on commit 720c436

Please sign in to comment.