From 83011f747c0abe9d2456f2f9f369829065ba353a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Thu, 17 Aug 2023 20:51:30 +0200 Subject: [PATCH] fix(core): fix schema links (#18395) (cherry picked from commit ded15436a48bfb59c348738c8f68c1120c5fe72f) --- 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 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": {