From a45077bffd7b7082f76cf91982a3a1ce3742a6f1 Mon Sep 17 00:00:00 2001 From: Maicon Vieira <39065792+maica1@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:36:16 -0300 Subject: [PATCH] chore: fix documentationURL The documentationURL property of devcontainer-feature.json was pointing to the wrong url, causing the link to be broken at https://containers.dev/features --- src/add-host/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-host/devcontainer-feature.json b/src/add-host/devcontainer-feature.json index a8cebb0..1bda4c9 100644 --- a/src/add-host/devcontainer-feature.json +++ b/src/add-host/devcontainer-feature.json @@ -3,7 +3,7 @@ "version": "1.0.3", "name": "Add Host", "description": "Add a hosts file entry in the dev container.", - "documentationURL": "https://github.com/devcontainers/features/tree/main/src/add-host", + "documentationURL": "https://github.com/stuartleeks/dev-container-features/tree/main/src/add-host", "options": { "host_name": { "type": "string",