From 16da59f6de6684d22840074527137948e7141c3d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 12 Nov 2015 12:38:46 +0100 Subject: [PATCH] docs: fix link to "run reference" Signed-off-by: Sebastiaan van Stijn Upstream-commit: e1f83cb82b0a4ce6f3318a1acdde588cf55a88e6 Component: cli --- components/cli/docs/reference/commandline/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/commandline/create.md b/components/cli/docs/reference/commandline/create.md index 2f11bfbd4d..38ad091e7e 100644 --- a/components/cli/docs/reference/commandline/create.md +++ b/components/cli/docs/reference/commandline/create.md @@ -82,7 +82,7 @@ This is useful when you want to set up a container configuration ahead of time so that it is ready to start when you need it. The initial status of the new container is `created`. -Please see the [run command](run.md) section and the [Docker run reference](run.md) for more details. +Please see the [run command](run.md) section and the [Docker run reference](../run.md) for more details. ## Examples