Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Dec 3, 2023
1 parent b57fd07 commit 9623c73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body:
([MWE](https://en.wikipedia.org/wiki/Minimal_Working_Example))
to replicate your problem, using one of the
[datasets shipped with MNE-Python](https://mne.tools/dev/overview/datasets_index.html),
preferably the one called [sample](https://mne.tools/dev/overview/datasets_index.html#sample).
preferably the one called [sample](https://mne.tools/stable/documentation/datasets.html#sample).
If you can't replicate on a built-in dataset, provide also a link to a small,
anonymized portion of your data that does yield the error.
render: Python
Expand Down
2 changes: 1 addition & 1 deletion examples/convert_mne_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
references_and_links=[
"https://doi.org/10.1016/j.neuroimage.2014.02.017",
"https://doi.org/10.3389/fnins.2013.00267",
"https://mne.tools/stable/overview/datasets_index.html#sample",
"https://mne.tools/stable/documentation/datasets.html#sample",
],
doi="doi:10.18112/openneuro.ds000248.v1.2.4",
overwrite=True,
Expand Down
2 changes: 1 addition & 1 deletion examples/convert_mri_and_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,5 @@
# .. _mne_source_coords:
# https://mne.tools/stable/auto_tutorials/source-modeling/plot_source_alignment.html
# .. _mne_sample_data:
# https://mne.tools/stable/overview/datasets_index.html#sample
# https://mne.tools/stable/documentation/datasets.html#sample
#

0 comments on commit 9623c73

Please sign in to comment.