From c8160b4980156a461bcc973e14a8cba313bdeaed Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Fri, 30 Jun 2023 12:37:16 +0200 Subject: [PATCH] Fix broken formatted link Signed-off-by: Chris Chinchilla --- scout/artifactory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scout/artifactory.md b/scout/artifactory.md index f87b8ea48e..213c54ab94 100644 --- a/scout/artifactory.md +++ b/scout/artifactory.md @@ -14,7 +14,7 @@ automatically on images in Artifactory registries. ## Local image analysis -You can analyze Artifactory images for vulnerabilities locally using Docker Desktop or the Docker CLI. You first need to authenticate with JFrog Artifactory using the `[Docker login](/engine/reference/commandline/login/)` command. For example: +You can analyze Artifactory images for vulnerabilities locally using Docker Desktop or the Docker CLI. You first need to authenticate with JFrog Artifactory using the [`docker login`](/engine/reference/commandline/login/) command. For example: ```bash docker login {URL}