We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0e332 commit 11f46bbCopy full SHA for 11f46bb
1 file changed
templates/docusaurus/module.html.jinja2
@@ -17,7 +17,7 @@
17
{% if module.submodules %}
18
## Submodules
19
{% for submodule in module.submodules if is_public(submodule) | trim %}
20
-- [{{ submodule.name }}]({{ submodule.fullname.replace(".", "/") }})
+- [{{ submodule.name }}](./{{ submodule.name }})
21
{% endfor %}
22
{% endif %}
23
{% endblock %}
0 commit comments