Skip to content

Commit a032bcd

Browse files
MNT: http:// → https:// (#828)
1 parent abba849 commit a032bcd

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"license": "Apache-2.0",
105105
"related_identifiers": [
106106
{
107-
"identifier": "http://fmriprep.org",
107+
"identifier": "https://fmriprep.org",
108108
"relation": "isPartOf",
109109
"scheme": "url"
110110
},

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PYTHONPATH = $(PWD)
1111

1212
# User-friendly check for sphinx-build
1313
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
14-
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
14+
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://www.sphinx-doc.org/)
1515
endif
1616

1717
# Internal variables.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file does only contain a selection of the most common options. For a
44
# full list see the documentation:
5-
# http://www.sphinx-doc.org/en/master/config
5+
# https://www.sphinx-doc.org/en/master/usage/configuration.html
66

77
# -- Path setup --------------------------------------------------------------
88

docs/links.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. _Nipype: http://nipype.readthedocs.io/en/latest/
2-
.. _BIDS: http://bids.neuroimaging.io
1+
.. _Nipype: https://nipype.readthedocs.io/en/latest/
2+
.. _BIDS: https://bids.neuroimaging.io
33
.. _`BIDS Derivatives`: https://docs.google.com/document/d/17ebopupQxuRwp7U7TFvS6BH03ALJOgGHufxK8ToAvyI
44
.. _`BIDS Derivatives RC1`: https://docs.google.com/document/d/17ebopupQxuRwp7U7TFvS6BH03ALJOgGHufxK8ToAvyI
55
.. _Installation: installation.html
@@ -16,4 +16,4 @@
1616
.. _`Docker installation`: https://docs.docker.com/install/
1717
.. _`Docker Hub`: https://hub.docker.com/r/nipreps/niworkflows/tags
1818
.. _Singularity: https://github.com/singularityware/singularity
19-
.. _TACC: https://www.tacc.utexas.edu/
19+
.. _TACC: https://www.tacc.utexas.edu/

niworkflows/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#
2323
"""
2424
These pipelines are developed by the Poldrack lab at Stanford University
25-
(https://nipreps.stanford.edu/) for use at
26-
the Center for Reproducible Neuroscience (http://reproducibility.stanford.edu/),
25+
(https://nipreps.stanford.edu/) for use at the
26+
Center for Reproducible Neuroscience (https://reproducibility.stanford.edu/),
2727
as well as for open-source software distribution.
2828
"""
2929
from datetime import datetime

niworkflows/utils/bids.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ def collect_participants(
105105
if not all_participants:
106106
raise BIDSError(
107107
"Could not find participants. Please make sure the BIDS data "
108-
"structure is present and correct. Datasets can be validated online "
109-
"using the BIDS Validator (http://bids-standard.github.io/bids-validator/).\n"
108+
"structure is present and correct. Datasets can be validated "
109+
"online using the BIDS Validator "
110+
"(https://bids-standard.github.io/bids-validator/).\n"
110111
"If you are using Docker for Mac or Docker for Windows, you "
111112
'may need to adjust your "File sharing" preferences.',
112113
bids_dir,

0 commit comments

Comments
 (0)