summaryrefslogtreecommitdiff
path: root/compose/project.py
diff options
context:
space:
mode:
authorAanand Prasad <aanand.prasad@gmail.com>2016-07-25 13:46:50 +0100
committerAanand Prasad <aanand.prasad@gmail.com>2016-07-25 13:46:56 +0100
commit583bbb463561807c2983669fbae4c89b21081632 (patch)
tree49972e8a0ff3af40d01ea976fc5f85eb634c7569 /compose/project.py
parent2c9e46f60fbe8ddcb4562c1e118f190654d01522 (diff)
Copy experimental bundle docs into Compose docs so URL is stable
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
Diffstat (limited to 'compose/project.py')
-rw-r--r--compose/project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/project.py b/compose/project.py
index 256fb9c0..f85e285f 100644
--- a/compose/project.py
+++ b/compose/project.py
@@ -545,7 +545,7 @@ def warn_for_swarm_mode(client):
"To deploy your application across the swarm, "
"use the bundle feature of the Docker experimental build.\n\n"
"More info:\n"
- "https://github.com/docker/docker/tree/master/experimental\n"
+ "https://docs.docker.com/compose/bundles\n"
)