Repository: flink Updated Branches: refs/heads/master 9fc42df68 -> 9a64d50f0
[hotfix] [docs] Fix link to docker-compose.yml This closes #3887 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/47cb7347 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/47cb7347 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/47cb7347 Branch: refs/heads/master Commit: 47cb7347d8e02195088b2dc1900ac53bd5d02b0d Parents: 9fc42df Author: Patrick Lucas <[email protected]> Authored: Fri May 12 18:26:28 2017 +0200 Committer: Greg Hogan <[email protected]> Committed: Thu May 18 15:54:09 2017 -0400 ---------------------------------------------------------------------- docs/setup/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/47cb7347/docs/setup/docker.md ---------------------------------------------------------------------- diff --git a/docs/setup/docker.md b/docs/setup/docker.md index 29e696f..c8da06b 100644 --- a/docs/setup/docker.md +++ b/docs/setup/docker.md @@ -65,8 +65,8 @@ For example: [Docker Compose](https://docs.docker.com/compose/) is a convenient way to run a group of Docker containers locally. -An [example config file](https://github.com/docker-flink/examples) is available -on GitHub. +An [example config file](https://github.com/docker-flink/examples/blob/master/docker-compose.yml) +is available on GitHub. ### Usage
