Skip to content

Commit

Permalink
improvement(shorturl): use stageId to generate prts links
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt authored May 2, 2021
1 parent 9f82ce3 commit 159b8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stats/details/StageDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default {
{
id: 'prts-wiki',
icon: 'mdi-file-document',
href: `http://prts.wiki/w/${this.stage.code}`
href: `http://prts.wiki/w/${this.stage.stageId}`
}
]
Expand Down

0 comments on commit 159b8e6

Please sign in to comment.