Skip to content

Commit 909ad02

Browse files
dudeofawesomesidharthv96
authored andcommitted
📝🐛 fix schema link
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.
1 parent 4a930d2 commit 909ad02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/mermaid/src/schemas/config.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# - If adding a new object to `MermaidConfig` (e.g. a new diagram type),
2424
# you may need to add it to `.vite/jsonSchemaPlugin.ts` and `src/docs.mts`
2525
# to get the docs/default values to generate properly.
26-
$id: https://mermaid-js.github.io/schemas/config.schema.json
26+
$id: https://mermaid.js.org/schemas/config.schema.json
2727
$schema: https://json-schema.org/draft/2019-09/schema
2828
title: Mermaid Config
2929
type: object

0 commit comments

Comments
 (0)