We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bcd5b commit 6f0e332Copy full SHA for 6f0e332
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 }}](fishjam/{{ submodule.name }})
+- [{{ submodule.name }}]({{ submodule.fullname.replace(".", "/") }})
21
{% endfor %}
22
{% endif %}
23
{% endblock %}
0 commit comments