Skip to content

Commit 65cc22c

Browse files
authored
Merge pull request #505 from InsightSoftwareConsortium/bootstrap-ui-url
Update boostrap ui URL
2 parents 3a1c9c9 + 0841d05 commit 65cc22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itkwidgets/viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def run(self, ctx):
4949
if ui == "pydata-sphinx":
5050
config = {
5151
"uiMachineOptions": {
52-
"href": "https://cdn.jsdelivr.net/npm/itk-viewer-bootstrap-ui@0/dist/itk-viewer-bootstrap-ui.es.js",
52+
"href": "https://cdn.jsdelivr.net/npm/itk-viewer-bootstrap-ui@0/dist/bootstrapUIMachineOptions.js.es.js",
5353
"export": "default",
5454
}
5555
}

0 commit comments

Comments
 (0)