From 6ea20e43f68ad6783df1206b45956368c01ca65d Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 27 Nov 2018 00:24:30 +0100 Subject: [PATCH 1/3] README.md: Drop reference to IRC channel Signed-off-by: Sebastian Pipping --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ea07f6a7d..a1e391a07 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ Installation and documentation ------------------------------ - Full documentation is available on [Docker's website](https://docs.docker.com/compose/). -- If you have any questions, you can talk in real-time with other developers in the #docker-compose IRC channel on Freenode. [Click here to join using IRCCloud.](https://www.irccloud.com/invite?hostname=irc.freenode.net&channel=%23docker-compose) - Code repository for Compose is on [GitHub](https://github.com/docker/compose) - If you find any problems please fill out an [issue](https://github.com/docker/compose/issues/new) From 6421ae5ea3eee7a88a88feb5eb89b885e43c9679 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 18 Nov 2018 18:05:04 +0100 Subject: [PATCH 2/3] README.md: Add a few missing full stops One full stop is moved out of a link and a "Thank you!" is added as well. Signed-off-by: Sebastian Pipping --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1e391a07..2750b890f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A `docker-compose.yml` looks like this: image: redis For more information about the Compose file, see the -[Compose file reference](https://github.com/docker/docker.github.io/blob/master/compose/compose-file/compose-versioning.md) +[Compose file reference](https://github.com/docker/docker.github.io/blob/master/compose/compose-file/compose-versioning.md). Compose has commands for managing the whole lifecycle of your application: @@ -48,8 +48,8 @@ Installation and documentation ------------------------------ - Full documentation is available on [Docker's website](https://docs.docker.com/compose/). -- Code repository for Compose is on [GitHub](https://github.com/docker/compose) -- If you find any problems please fill out an [issue](https://github.com/docker/compose/issues/new) +- Code repository for Compose is on [GitHub](https://github.com/docker/compose). +- If you find any problems please fill out an [issue](https://github.com/docker/compose/issues/new). Thank you! Contributing ------------ From 10864ba68733482dbdd1311b0bcfd25c72414382 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 27 Nov 2018 00:16:23 +0100 Subject: [PATCH 3/3] README.md: Update bug report link Signed-off-by: Sebastian Pipping --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2750b890f..dd4003048 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Installation and documentation - Full documentation is available on [Docker's website](https://docs.docker.com/compose/). - Code repository for Compose is on [GitHub](https://github.com/docker/compose). -- If you find any problems please fill out an [issue](https://github.com/docker/compose/issues/new). Thank you! +- If you find any problems please fill out an [issue](https://github.com/docker/compose/issues/new/choose). Thank you! Contributing ------------