Skip to content

Commit 32324b4

Browse files
authored
Merge pull request #1739 from fergusch/serve-locally-warning-typo
Typo: documentation link in warning message
2 parents e25f5c6 + 239f4b2 commit 32324b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _filter_resources(self, all_resources, dev_bundles=False):
6868
"`app.scripts.append_script` "
6969
"or `app.css.append_css`, use `external_scripts` "
7070
"or `external_stylesheets` instead.\n"
71-
"See https://dash.plot.com/external-resources"
71+
"See https://dash.plotly.com/external-resources"
7272
).format(s["external_url"])
7373
)
7474
continue

0 commit comments

Comments
 (0)