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

Commit

Permalink
bug: Broken links in CHANGELOG.md
Browse files Browse the repository at this point in the history
I missed a "v" at the front of the tag names.  Making sure that's in
place before tagging the release.
  • Loading branch information
brianredbeard committed Aug 24, 2016
1 parent 2847f09 commit 5e2b4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added network related commands
- Adding general OS collection commands

[Unreleased]: https://github.com/coreos/mayday/compare/1.0.0...HEAD
[1.0.0]: https://github.com/coreos/mayday/compare/v0.1.0...1.0.0
[Unreleased]: https://github.com/coreos/mayday/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/coreos/mayday/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/coreos/mayday/compare/455bde42...v0.1.0

<!--
Expand Down

0 comments on commit 5e2b4bc

Please sign in to comment.