Skip to content

Commit f408e5b

Browse files
committed
fix(models) switch temporary model links to published ones
Signed-off-by: Jerome Simeon <[email protected]>
1 parent 841277a commit f408e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/external/models.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"js": "packages/markdown-cicero/lib/externalModels" },
1212
{ "name": "CiceroMarkModel",
1313
"namespace" : "org.accordproject.ciceromark",
14-
"from": "https://deploy-preview-113--accordproject-models.netlify.app/markdown/[email protected]",
14+
"from": "https://models.accordproject.org/markdown/[email protected]",
1515
"js": "packages/markdown-cicero/lib/externalModels" },
1616
{ "name": "TemplateMarkModel",
1717
"namespace" : "org.accordproject.templatemark",
18-
"from": "https://deploy-preview-113--accordproject-models.netlify.app/markdown/[email protected]",
18+
"from": "https://models.accordproject.org/markdown/[email protected]",
1919
"js": "packages/markdown-template/lib/externalModels" }
2020
]
2121
}

0 commit comments

Comments
 (0)