From e3b8f3d71816eea497221fe26950decb0cc1c0c3 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Fri, 7 Apr 2017 19:15:48 +0300 Subject: [PATCH] fix link formatting --- docs/concepts/containers/images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/containers/images.md b/docs/concepts/containers/images.md index d9442d5b36..78511a123b 100644 --- a/docs/concepts/containers/images.md +++ b/docs/concepts/containers/images.md @@ -116,8 +116,8 @@ Once you have created your container registry, you will use the following creden * `DOCKER_REGISTRY_SERVER`: `${some-registry-name}.azurecr.io` * `DOCKER_EMAIL`: `${some-email-address}` -Once you have those variables filled in you can [configure a Kubernetes Secret and use it to deploy a Pod] -(/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod). +Once you have those variables filled in you can +[configure a Kubernetes Secret and use it to deploy a Pod](/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod). ### Configuring Nodes to Authenticate to a Private Repository