Skip to content

Commit 575eff0

Browse files
author
Xing Han Lu
committed
Correct unpkg link error
"dash_cytoscape" --> "dash-cytoscape@"
1 parent 506e6ee commit 575eff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash_cytoscape/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
'relative_package_path': 'bundle.js',
3535
'external_url': (
36-
'https://unpkg.com/dash_cytoscape'
36+
'https://unpkg.com/dash-cytoscape@{}'
3737
'/' + package_name + '/bundle.js'
3838
).format(__version__),
3939
'namespace': package_name

0 commit comments

Comments
 (0)