From 23d3e4bb0318b42d9a160e7f44b87382ce40840f Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Thu, 20 Aug 2015 11:09:10 +0100 Subject: [PATCH] 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 --- docs/misc/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/release-notes.md b/docs/misc/release-notes.md index 9e7b598653..29e33e55f4 100644 --- a/docs/misc/release-notes.md +++ b/docs/misc/release-notes.md @@ -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.