doc: fix broken links in left-hand TOC

Due to recent renamings.
This commit is contained in:
Ran Benita 2021-03-13 12:44:30 +02:00
parent 32ad70dea8
commit 639c4e64a1
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
<li><a href="{{ pathto('index') }}">Home</a></li>
<li><a href="{{ pathto('getting-started') }}">Get started</a></li>
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
<li><a href="{{ pathto('customize') }}">Customize</a></li>
<li><a href="{{ pathto('reference') }}">API Reference</a></li>
<li><a href="{{ pathto('plugin_list') }}">3rd party plugins</a></li>
<li><a href="{{ pathto('reference/customize') }}">Customize</a></li>
<li><a href="{{ pathto('reference/reference') }}">API Reference</a></li>
<li><a href="{{ pathto('reference/plugin_list') }}">3rd party plugins</a></li>
<li><a href="{{ pathto('contents') }}">Complete table of contents</a></li>
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
<li><a href="{{ pathto('contributing') }}">Contributing</a></li>