From 465e87afc76e3b21873f0df3e702de595293904d Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:48:33 +0200 Subject: [PATCH] docs: fix anchor link to web-based login section Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/reference/commandline/login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/login.md b/docs/reference/commandline/login.md index 3a360c4b25f0..91b0d28cb29b 100644 --- a/docs/reference/commandline/login.md +++ b/docs/reference/commandline/login.md @@ -45,7 +45,7 @@ password. Docker Hub also supports a web-based sign-in flow, which signs you in to your Docker account without entering your password. For Docker Hub, the `docker login` command uses a device code flow by default, unless the `--username` flag is specified. The device code flow is a secure way to sign -in. See [Authenticate to Docker Hub using device code](#authenticate-to-docker-hub-using-device-code). +in. See [Authenticate to Docker Hub using device code](#authenticate-to-docker-hub-with-web-based-login). ### Credential stores