From 909ad02a18fb7d8c537c39eab0222fe457bf7ad2 Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Thu, 11 Apr 2024 13:08:33 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=F0=9F=90=9B=20fix=20schema=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original domain (`mermaid-js.github.io`) only redirects to the new domain (`mermaid.js.org`) from the root `/`. I've updated the link to point to the new domain directly. --- packages/mermaid/src/schemas/config.schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/schemas/config.schema.yaml b/packages/mermaid/src/schemas/config.schema.yaml index 3e7fd58ec5..4f44489260 100644 --- a/packages/mermaid/src/schemas/config.schema.yaml +++ b/packages/mermaid/src/schemas/config.schema.yaml @@ -23,7 +23,7 @@ # - If adding a new object to `MermaidConfig` (e.g. a new diagram type), # you may need to add it to `.vite/jsonSchemaPlugin.ts` and `src/docs.mts` # to get the docs/default values to generate properly. -$id: https://mermaid-js.github.io/schemas/config.schema.json +$id: https://mermaid.js.org/schemas/config.schema.json $schema: https://json-schema.org/draft/2019-09/schema title: Mermaid Config type: object