diff --git a/features/src/bun/README.md b/features/src/bun/README.md index 4600bb2..ebedba0 100644 --- a/features/src/bun/README.md +++ b/features/src/bun/README.md @@ -1,4 +1,4 @@ -# Bun (bun) +# bun Installs [Bun](https://bun.com/) JavaScript runtime via the official installer. diff --git a/features/src/bun/devcontainer-feature.json b/features/src/bun/devcontainer-feature.json index 01ff3e0..e2734cc 100644 --- a/features/src/bun/devcontainer-feature.json +++ b/features/src/bun/devcontainer-feature.json @@ -2,7 +2,7 @@ "id": "bun", "version": "1.0.0", "name": "Bun", - "documentationURL": "https://github.com/shokkunrf/devcontainer/tree/develop/features/src/bun/README.md", + "documentationURL": "https://github.com/shokkunrf/devcontainer/blob/develop/features/src/bun/README.md", "description": "Installs Bun JavaScript runtime via the official installer", "options": {}, "installsAfter": ["ghcr.io/devcontainers/features/common-utils"] diff --git a/features/src/claude-code/README.md b/features/src/claude-code/README.md index b7a4d55..a65716a 100644 --- a/features/src/claude-code/README.md +++ b/features/src/claude-code/README.md @@ -1,4 +1,4 @@ -# Claude Code (claude-code) +# claude-code Installs [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) CLI via the official installer. diff --git a/features/src/claude-code/devcontainer-feature.json b/features/src/claude-code/devcontainer-feature.json index a3af855..3220505 100644 --- a/features/src/claude-code/devcontainer-feature.json +++ b/features/src/claude-code/devcontainer-feature.json @@ -2,7 +2,7 @@ "id": "claude-code", "version": "1.1.3", "name": "Claude Code", - "documentationURL": "https://github.com/shokkunrf/develop/tree/main/features/src/claude-code", + "documentationURL": "https://github.com/shokkunrf/devcontainer/blob/develop/features/src/claude-code/README.md", "description": "Installs Claude Code CLI via the official installer", "options": {}, "installsAfter": ["ghcr.io/devcontainers/features/common-utils"] diff --git a/features/src/node-packages/devcontainer-feature.json b/features/src/node-packages/devcontainer-feature.json index 4ba7ecf..9910cd7 100644 --- a/features/src/node-packages/devcontainer-feature.json +++ b/features/src/node-packages/devcontainer-feature.json @@ -2,7 +2,7 @@ "id": "node-packages", "version": "1.0.1", "name": "Node Packages", - "documentationURL": "https://github.com/shokkunrf/develop/tree/main/features/src/node-packages", + "documentationURL": "https://github.com/shokkunrf/devcontainer/blob/develop/features/src/node-packages/README.md", "description": "Installs specified npm packages globally", "options": { "packages": {