From b989cad37c1ad38a55459a726c176bdae7df079a Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Mon, 31 Jul 2023 13:56:31 +0200 Subject: [PATCH 1/2] fix(core): fix schema links --- packages/nx/schemas/nx-schema.json | 2 +- packages/nx/schemas/project-schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nx/schemas/nx-schema.json b/packages/nx/schemas/nx-schema.json index a5a1d8b30b7a1..a35b3651a0c45 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/project-configuration#nxjson", "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": { From a909bb247ad6946b6b7ff19a4667cf0d6275455c Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Thu, 17 Aug 2023 19:57:48 +0200 Subject: [PATCH 2/2] fix(core): update link --- packages/nx/schemas/nx-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nx/schemas/nx-schema.json b/packages/nx/schemas/nx-schema.json index a35b3651a0c45..52b7f41ab1b91 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/reference/project-configuration#nxjson", + "$id": "https://nx.dev/reference/nx-json", "title": "JSON schema for Nx configuration", "type": "object", "properties": {