fix(core): fix schema links (#18395)

This commit is contained in:
Miroslav Jonaš 2023-08-17 20:51:30 +02:00 committed by GitHub
parent 20acfbe681
commit ded15436a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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": {