Skip to content

Commit 639c4e6

Browse files
committed
doc: fix broken links in left-hand TOC
Due to recent renamings.
1 parent 32ad70d commit 639c4e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/en/_templates/globaltoc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
44
<li><a href="{{ pathto('index') }}">Home</a></li>
55
<li><a href="{{ pathto('getting-started') }}">Get started</a></li>
66
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
7-
<li><a href="{{ pathto('customize') }}">Customize</a></li>
8-
<li><a href="{{ pathto('reference') }}">API Reference</a></li>
9-
<li><a href="{{ pathto('plugin_list') }}">3rd party plugins</a></li>
7+
<li><a href="{{ pathto('reference/customize') }}">Customize</a></li>
8+
<li><a href="{{ pathto('reference/reference') }}">API Reference</a></li>
9+
<li><a href="{{ pathto('reference/plugin_list') }}">3rd party plugins</a></li>
1010
<li><a href="{{ pathto('contents') }}">Complete table of contents</a></li>
1111
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
1212
<li><a href="{{ pathto('contributing') }}">Contributing</a></li>

0 commit comments

Comments
 (0)