From 6fe64c3a52b632c84fe4343b0a9898a05fdfd385 Mon Sep 17 00:00:00 2001 From: Daniel Braun Date: Thu, 4 Jan 2024 11:13:35 +0000 Subject: [PATCH] fixed description --- feature_definitions/devcontainers-cli/feature-definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_definitions/devcontainers-cli/feature-definition.json b/feature_definitions/devcontainers-cli/feature-definition.json index c6d1a243..66efa8f4 100644 --- a/feature_definitions/devcontainers-cli/feature-definition.json +++ b/feature_definitions/devcontainers-cli/feature-definition.json @@ -3,7 +3,7 @@ "version": "1.0.0", "name": "devcontainers CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/devcontainers-cli", - "description": "The devcontainers CLI, which configures devcontainers from devcontainer.json. Requires the Docker client and access to a Docker engine socket (e.g. by mounting the host's Docker socket into the container)", + "description": "The [devcontainers CLI](https://github.com/devcontainers/cli), which configures devcontainers from devcontainer.json. Requires the Docker client and access to a Docker engine socket (e.g. by mounting the host's Docker socket into the container)", "options": { "version": { "default": "latest",