Skip to content

Commit 47e56e1

Browse files
[Docs] Update link of registry tutorial (#2442)
Registry docs are now under Advanced Tutorials.
1 parent 4ff1361 commit 47e56e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmdet3d/utils/setup_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def register_all_modules(init_default_scope: bool = True) -> None:
6464
When `init_default_scope=True`, the global default scope will be
6565
set to `mmdet3d`, and all registries will build modules from mmdet3d's
6666
registry node. To understand more about the registry, please refer
67-
to https://github.com/open-mmlab/mmengine/blob/main/docs/en/tutorials/registry.md
67+
to https://github.com/open-mmlab/mmengine/blob/main/docs/en/advanced_tutorials/registry.md
6868
Defaults to True.
6969
""" # noqa
7070
import mmdet3d.datasets # noqa: F401,F403

0 commit comments

Comments
 (0)