From b5cc212e751b8a9a9d1d7fb3c6370be806a55b0b 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 (cherry picked from commit f2705fa6ede76ad8b307ca184d3e146f5d69f7e6) --- docs/reference/commandline/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/create.md b/docs/reference/commandline/create.md index 723bc90a0..88f3235af 100644 --- a/docs/reference/commandline/create.md +++ b/docs/reference/commandline/create.md @@ -83,7 +83,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