Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1072 from femnad/update-release-notification
Browse files Browse the repository at this point in the history
update releases URL to match new versioning scheme
  • Loading branch information
ueokande authored Mar 29, 2021
2 parents ecdecf5 + d5e8e31 commit a65b90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/usecases/VersionUseCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class VersionUseCase {

releaseNoteUrl(version?: string): string {
if (version) {
return `https://github.com/ueokande/vim-vixen/releases/tag/${version}`;
return `https://github.com/ueokande/vim-vixen/releases/tag/v${version}`;
}
return "https://github.com/ueokande/vim-vixen/releases/";
}
Expand Down

0 comments on commit a65b90f

Please sign in to comment.