From ec5f7b38d030fc4e686366ec9a89c3a04478a42b Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Fri, 30 Dec 2016 23:14:25 +0900 Subject: [PATCH] Updates invalid url of sequence-diagram --- oh-my-cdn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-cdn.json b/oh-my-cdn.json index 5782fab4..26a4cefd 100644 --- a/oh-my-cdn.json +++ b/oh-my-cdn.json @@ -9,6 +9,6 @@ "katex-style": "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.css", "raphael": "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/master/raphael.js", "flowchart": "https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.3/flowchart.js", - "sequence-diagram": "https://cdn.rawgit.com/bramp/js-sequence-diagrams/master/build/sequence-diagram-min.js" + "sequence-diagram": "https://cdn.rawgit.com/bramp/js-sequence-diagrams/master/dist/sequence-diagram-min.js" } }