Skip to content

Commit 480ef7c

Browse files
kelj0tcbegley
andauthored
Update migration guide url in deprecation warning (#768)
* update url for migration. * Update dash_bootstrap_components/__init__.py * Update dash_bootstrap_components/__init__.py Co-authored-by: Tom Begley <tomcbegley@gmail.com>
1 parent 2bf0630 commit 480ef7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash_bootstrap_components/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ def __init__(self, wrapped, deprecated):
4848

4949
def __getattr__(self, name):
5050
if name in self.deprecated:
51-
# TODO: update URL before release
5251
raise AttributeError(
5352
f"{name} was deprecated in dash-bootstrap-components version "
5453
f"1.0.0. You are using {__version__}. For more details please "
5554
"see the migration guide: "
56-
"https://dbc-v1.herokuapp.com/migration-guide/"
55+
"https://dash-bootstrap-components.opensource.faculty.ai/"
56+
"migration-guide/"
5757
)
5858
return getattr(self.wrapped, name)
5959

0 commit comments

Comments
 (0)