Skip to content

Commit

Permalink
Fix github link to release notes (no v).
Browse files Browse the repository at this point in the history
  • Loading branch information
FormerLurker committed May 5, 2020
1 parent 78adb0e commit f3cf156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_arc_welder/static/js/arc_welder.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ $(function () {
return 'https://github.com/FormerLurker/ArcWelderPlugin/commit/' + git_version;
}
// This is a release, link to the tag
return 'https://github.com/FormerLurker/ArcWelderPlugin/releases/tag/v' + self.version();
return 'https://github.com/FormerLurker/ArcWelderPlugin/releases/tag/' + self.version();
});

self.version_text = ko.pureComputed(function () {
Expand Down

0 comments on commit f3cf156

Please sign in to comment.