Skip to content

Commit

Permalink
[Docs] Update link of registry tutorial (#2442)
Browse files Browse the repository at this point in the history
Registry docs are now under Advanced Tutorials.
  • Loading branch information
pd-michaelstanley authored Apr 24, 2023
1 parent 4ff1361 commit 47e56e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet3d/utils/setup_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def register_all_modules(init_default_scope: bool = True) -> None:
When `init_default_scope=True`, the global default scope will be
set to `mmdet3d`, and all registries will build modules from mmdet3d's
registry node. To understand more about the registry, please refer
to https://github.com/open-mmlab/mmengine/blob/main/docs/en/tutorials/registry.md
to https://github.com/open-mmlab/mmengine/blob/main/docs/en/advanced_tutorials/registry.md
Defaults to True.
""" # noqa
import mmdet3d.datasets # noqa: F401,F403
Expand Down

0 comments on commit 47e56e1

Please sign in to comment.