From 43b97368422843108a2090633367beaba434245b Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Fri, 16 Jan 2015 13:48:00 +0300 Subject: [PATCH] fix link to introducion on 'Working with Docker Images' page Old link go to Table of content page, but by context it should go to 'understaning-docker' pag Signed-off-by: Pavel Lobashov --- docs/sources/userguide/dockerimages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md index 2c4e14c70f..4cffba5df1 100644 --- a/docs/sources/userguide/dockerimages.md +++ b/docs/sources/userguide/dockerimages.md @@ -4,7 +4,7 @@ page_keywords: documentation, docs, the docker guide, docker guide, docker, dock # Working with Docker Images -In the [introduction](/introduction/) we've discovered that Docker +In the [introduction](/introduction/understanding-docker/) we've discovered that Docker images are the basis of containers. In the [previous](/userguide/dockerizing/) [sections](/userguide/usingdocker/) we've used Docker images that already exist, for example the `ubuntu`