Skip to content

Commit c48b767

Browse files
authored
Merge pull request creativecommons#519 from rochisha0/fix-link
Fix issue link in the Issue finder page
2 parents ee78ee1 + 2f6f622 commit c48b767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/js/components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const IssueCard = {
3838
</h4>
3939
<p class="is-size-6">
4040
<a
41-
:href="issue.html_url"
41+
:href="issue.url"
4242
target="_blank">
4343
<span class="has-color-forest-green">
4444
{{ issue.repo }}#{{ issue.number }}

0 commit comments

Comments
 (0)