diff --git a/packages/nx/schemas/nx-schema.json b/packages/nx/schemas/nx-schema.json index a85874861bb59..6bc91856699bc 100644 --- a/packages/nx/schemas/nx-schema.json +++ b/packages/nx/schemas/nx-schema.json @@ -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": { diff --git a/packages/nx/schemas/project-schema.json b/packages/nx/schemas/project-schema.json index d8b93c5829b34..0ef64a6417d4f 100644 --- a/packages/nx/schemas/project-schema.json +++ b/packages/nx/schemas/project-schema.json @@ -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": {