diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 103317a58..1939d1bc1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/examples/convert_mne_sample.py b/examples/convert_mne_sample.py index 5a58ff817..8efc60efa 100644 --- a/examples/convert_mne_sample.py +++ b/examples/convert_mne_sample.py @@ -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, diff --git a/examples/convert_mri_and_trans.py b/examples/convert_mri_and_trans.py index d65685840..a6a0e1310 100644 --- a/examples/convert_mri_and_trans.py +++ b/examples/convert_mri_and_trans.py @@ -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 #