Skip to content

Commit 00cd5d7

Browse files
committed
fix URL
1 parent 7a5ebfd commit 00cd5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def append_attr_meth_examples(app, what, name, obj, options, lines):
617617
html_context = {
618618
'build_dev_html': bool(int(os.environ.get('BUILD_DEV_HTML', False))),
619619
'switcher_json_url': 'https://mne.tools/dev/_static/versions.json',
620-
'switcher_template_url': 'https://mne/tools/{version}/',
620+
'switcher_template_url': 'https://mne.tools/{version}/',
621621
'funders': [
622622
dict(img='nih.png', size='3', title='National Institutes of Health'),
623623
dict(img='nsf.png', size='3.5',

0 commit comments

Comments
 (0)