Skip to content

Commit 57b94db

Browse files
authored
Fix documentation URLs and simplify README titles (#14)
1 parent 7a72cde commit 57b94db

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

features/src/bun/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bun (bun)
1+
# bun
22

33
Installs [Bun](https://bun.com/) JavaScript runtime via the official installer.
44

features/src/bun/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "bun",
33
"version": "1.0.0",
44
"name": "Bun",
5-
"documentationURL": "https://github.com/shokkunrf/devcontainer/tree/develop/features/src/bun/README.md",
5+
"documentationURL": "https://github.com/shokkunrf/devcontainer/blob/develop/features/src/bun/README.md",
66
"description": "Installs Bun JavaScript runtime via the official installer",
77
"options": {},
88
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"]

features/src/claude-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Claude Code (claude-code)
1+
# claude-code
22

33
Installs [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) CLI via the official installer.
44

features/src/claude-code/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "claude-code",
33
"version": "1.1.3",
44
"name": "Claude Code",
5-
"documentationURL": "https://github.com/shokkunrf/develop/tree/main/features/src/claude-code",
5+
"documentationURL": "https://github.com/shokkunrf/devcontainer/blob/develop/features/src/claude-code/README.md",
66
"description": "Installs Claude Code CLI via the official installer",
77
"options": {},
88
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"]

features/src/node-packages/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "node-packages",
33
"version": "1.0.1",
44
"name": "Node Packages",
5-
"documentationURL": "https://github.com/shokkunrf/develop/tree/main/features/src/node-packages",
5+
"documentationURL": "https://github.com/shokkunrf/devcontainer/blob/develop/features/src/node-packages/README.md",
66
"description": "Installs specified npm packages globally",
77
"options": {
88
"packages": {

0 commit comments

Comments
 (0)