From 09dbd3fddf016cb72b05bb0629ce2dec8056793e Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:42:27 +0000 Subject: [PATCH] Apply suggestions from code review --- content/manuals/build/bake/introduction.md | 2 +- content/manuals/build/building/best-practices.md | 2 +- content/manuals/build/checks.md | 2 +- content/manuals/build/concepts/dockerfile.md | 2 +- content/reference/compose-file/_index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/manuals/build/bake/introduction.md b/content/manuals/build/bake/introduction.md index 70585fe886..fcc035a9a8 100644 --- a/content/manuals/build/bake/introduction.md +++ b/content/manuals/build/bake/introduction.md @@ -87,7 +87,7 @@ target "myapp" { > [!TIP] > > Want a better editing experience for Bake files in VS Code? -> Check out the [Docker VS Code Extension (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. +> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning. ## Next steps diff --git a/content/manuals/build/building/best-practices.md b/content/manuals/build/building/best-practices.md index 75182f36c8..61064998b3 100644 --- a/content/manuals/build/building/best-practices.md +++ b/content/manuals/build/building/best-practices.md @@ -260,7 +260,7 @@ to create an efficient and maintainable Dockerfile. > [!TIP] > > Want a better editing experience for Dockerfiles in VS Code? -> Check out the [Docker VS Code Extension (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. +> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning. ### FROM diff --git a/content/manuals/build/checks.md b/content/manuals/build/checks.md index 2fe2be360c..afbf823926 100644 --- a/content/manuals/build/checks.md +++ b/content/manuals/build/checks.md @@ -39,7 +39,7 @@ Build checks are useful for: > [!TIP] > > Want a better editing experience for Dockerfiles in VS Code? -> Check out the [Docker VS Code Extension (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. +> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning. ## Build with checks diff --git a/content/manuals/build/concepts/dockerfile.md b/content/manuals/build/concepts/dockerfile.md index 461955fe15..18601a9b15 100644 --- a/content/manuals/build/concepts/dockerfile.md +++ b/content/manuals/build/concepts/dockerfile.md @@ -282,4 +282,4 @@ Docker host. > [!TIP] > > Want a better editing experience for Dockerfiles in VS Code? -> Check out the [Docker VS Code Extension (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. +> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning. diff --git a/content/reference/compose-file/_index.md b/content/reference/compose-file/_index.md index 7bc125451f..b9624cb6ef 100644 --- a/content/reference/compose-file/_index.md +++ b/content/reference/compose-file/_index.md @@ -54,6 +54,6 @@ Use the following links to navigate key sections of the Compose Specification. > [!TIP] > > Want a better editing experience for Compose files in VS Code? -> Check out the [Docker VS Code Extension (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. +> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning. {{< grid >}}