We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72565a2 commit a26297bCopy full SHA for a26297b
docs/src/index.js
@@ -185,7 +185,7 @@ export function MermaidInit(addlinks = true) {
185
name: "aws",
186
loader: () =>
187
fetch(
188
- "/assets/aws-icons-mermaid.json"
+ "https://raw.githubusercontent.com/NHSDigital/nhs-notify-digital-letters/refs/heads/main/docs/assets/aws-icons-mermaid.json"
189
).then((res) => res.json()),
190
},
191
]);
0 commit comments