diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 5bf1da6a37..e0e69520ad 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -24,7 +24,7 @@ <a title="Home page" href="{{ pathto('index') }}">Home</a> {{ reldelim2 }} <a title="Table of contents" href="{{ pathto('contents') }}">Table of contents</a> {{ reldelim2 }} <a title="Global index" href="{{ pathto('genindex') }}">Index</a> {{ reldelim2 }} - <a title="Search" href="{{ pathto('modindex') }}">Modules</a> + <a title="Module index" href="{{ pathto('modindex') }}">Modules</a> </div> <div class="nav">{{ secondnav() }}</div> </div> |
