From e1a28d29082aba82dbc33341909792629ffee0fd Mon Sep 17 00:00:00 2001 From: Alexander Brand Date: Tue, 19 May 2020 11:19:21 -0400 Subject: [PATCH] README.md: Fix broken link to docker (#1121) Signed-off-by: Alexander Brand --- README.md | 4 ++-- site/docs/master/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc49d5338..38543fd4d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Sonobuoy supports 3 Kubernetes minor versions: the current release and 2 minor v * For some advanced workflows it may be required to have `kubectl` installed. See [installing via Homebrew (MacOS)][brew] or [building the binary (Linux)][linux]. -* The `sonobuoy images` subcommand requires [Docker](https://www.docker.com) to be installed. See [installing Docker](docker). +* The `sonobuoy images` subcommand requires [Docker](https://www.docker.com) to be installed. See [installing Docker][docker]. ## Installation @@ -155,7 +155,7 @@ See [the list of releases][releases] to find out about feature changes. [cncf]: https://github.com/cncf/k8s-conformance#certified-kubernetes [coc]: https://github.com/vmware-tanzu/sonobuoy/blob/master/CODE_OF_CONDUCT.md [contrib]: https://github.com/vmware-tanzu/sonobuoy/blob/master/CONTRIBUTING.md -[docker]: https://docs.docker.com/install +[docker]: https://docs.docker.com/get-docker/ [docs]: https://sonobuoy.io/docs [e2ePlugin]: https://sonobuoy.io/docs/e2eplugin [customPlugins]: https://sonobuoy.io/docs/plugins diff --git a/site/docs/master/README.md b/site/docs/master/README.md index 5b54f2fc3..27112f5e1 100644 --- a/site/docs/master/README.md +++ b/site/docs/master/README.md @@ -29,7 +29,7 @@ Sonobuoy supports 3 Kubernetes minor versions: the current release and 2 minor v * For some advanced workflows it may be required to have `kubectl` installed. See [installing via Homebrew (MacOS)][brew] or [building the binary (Linux)][linux]. -* The `sonobuoy images` subcommand requires [Docker](https://www.docker.com) to be installed. See [installing Docker](docker). +* The `sonobuoy images` subcommand requires [Docker](https://www.docker.com) to be installed. See [installing Docker][docker]. ## Installation @@ -155,7 +155,7 @@ See [the list of releases][releases] to find out about feature changes. [cncf]: https://github.com/cncf/k8s-conformance#certified-kubernetes [coc]: https://github.com/vmware-tanzu/sonobuoy/blob/master/CODE_OF_CONDUCT.md [contrib]: https://github.com/vmware-tanzu/sonobuoy/blob/master/CONTRIBUTING.md -[docker]: https://docs.docker.com/install +[docker]: https://docs.docker.com/get-docker/ [docs]: https://sonobuoy.io/docs/master [e2ePlugin]: e2eplugin [customPlugins]: plugins