From 8a1f6b025d55c27e5f5d2e0d55788aec844b1877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=B8jlund=20Arnfred?= Date: Wed, 19 Jul 2017 12:16:49 +0200 Subject: [PATCH] set correct link to deprecated maintainer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe80401..d2a5978 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Here are some common text editors and their syntax highlighting modules you coul * [.dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) * [FROM](https://docs.docker.com/engine/reference/builder/#from) Sets the Base Image for subsequent instructions. -* [MAINTAINER (deprecated - use LABEL instead)](https://docs.docker.com/engine/reference/builder/#/maintainer-deprecated) Set the Author field of the generated images. +* [MAINTAINER (deprecated - use LABEL instead)](https://docs.docker.com/engine/reference/builder/#maintainer-deprecated) Set the Author field of the generated images. * [RUN](https://docs.docker.com/engine/reference/builder/#run) execute any commands in a new layer on top of the current image and commit the results. * [CMD](https://docs.docker.com/engine/reference/builder/#cmd) provide defaults for an executing container. * [EXPOSE](https://docs.docker.com/engine/reference/builder/#expose) informs Docker that the container listens on the specified network ports at runtime. NOTE: does not actually make ports accessible.