"docs/vscode:/vscode.git/clone" did not exist on "1a8843f93ec88585df18c895f0ec3d0914df8d10"
Unverified Commit 47e56e1d authored by pd-michaelstanley's avatar pd-michaelstanley Committed by GitHub
Browse files

[Docs] Update link of registry tutorial (#2442)

Registry docs are now under Advanced Tutorials.
parent 4ff13616
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment