Fix Compose 1.2 changelog link

Hardcode the release tag, so that:

- it goes straight to the changes for 1.2, not whatever the current
  version is

- it still works now that we've renamed CHANGES.md to CHANGELOG.md

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
Upstream-commit: 23d3e4bb0318b42d9a160e7f44b87382ce40840f
Component: engine
This commit is contained in:
Aanand Prasad
2015-08-20 11:09:10 +01:00
parent 0491995349
commit 8569d41383
+1 -1
View File
@@ -102,7 +102,7 @@ here](https://docs.docker.com/registry/spec/api/).
For a complete list of compose patches, fixes, and other improvements, see the
[changelog in the project
repository](https://github.com/docker/compose/blob/master/CHANGES.md). The
repository](https://github.com/docker/compose/blob/1.2.0/CHANGES.md). The
project also makes a [set of release
notes](https://github.com/docker/compose/releases/tag/1.2.0) on the project.