Browse code

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>

Aanand Prasad authored on 2015/08/20 19:09:10
Showing 1 changed files
... ...
@@ -102,7 +102,7 @@ here](https://docs.docker.com/registry/spec/api/).
102 102
 
103 103
 For a complete list of compose patches, fixes, and other improvements, see the
104 104
 [changelog in the project
105
-repository](https://github.com/docker/compose/blob/master/CHANGES.md). The
105
+repository](https://github.com/docker/compose/blob/1.2.0/CHANGES.md). The
106 106
 project also makes a [set of release
107 107
 notes](https://github.com/docker/compose/releases/tag/1.2.0) on the project.
108 108