Skip to content

Commit

Permalink
fix(core): fix schema links (#18395)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Aug 17, 2023
1 parent 20acfbe commit ded1543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nx/schemas/nx-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://nx.dev/core-concepts/configuration#nxjson",
"$id": "https://nx.dev/reference/nx-json",
"title": "JSON schema for Nx configuration",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/schemas/project-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://nx.dev/project-schema",
"$id": "https://nx.dev/reference/project-configuration",
"title": "JSON schema for Nx projects",
"type": "object",
"properties": {
Expand Down

1 comment on commit ded1543

@vercel
Copy link

@vercel vercel bot commented on ded1543 Aug 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.