Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c03d681

Browse files
authored
Fix similar issue URL
Current similar issues are linking to the API version, not the web version.
1 parent bab1b62 commit c03d681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ul>
3939
<li v-for="issue in issues" :key="issue.id">
4040
<a class="issue"
41-
:href="issue.url"
41+
:href="issue.html_url"
4242
target="_blank"
4343
rel="noreferrer"
4444
tabindex="-1">

0 commit comments

Comments
 (0)