Skip to content

Conversation

@remcohaszing
Copy link
Contributor

The link for the JSON schema for node.config.json points to a URL that doesn’t exist. This fixes the URL.

The link for the JSON schema for `node.config.json` points to a URL that
doesn’t exist. This fixes the URL.
@nodejs-github-bot nodejs-github-bot added cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations. labels Mar 20, 2025
```json
{
"$schema": "https://nodejs.org/dist/vX.Y.Z/docs/node-config-schema.json",
"$schema": "https://nodejs.org/docs/vX.Y.Z/node-config-schema.json",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, you’re right. Both work. Then I’m not sure what I tried before that didn’t work.

Feel free to approve or close this PR as you see fit.

@marco-ippolito
Copy link
Member

Closing as it already works

@remcohaszing remcohaszing deleted the fix-node-config-schema-url branch March 21, 2025 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants