Skip to content

Commit

Permalink
MNT: http:// → https:// (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Oct 12, 2023
1 parent abba849 commit a032bcd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"license": "Apache-2.0",
"related_identifiers": [
{
"identifier": "http://fmriprep.org",
"identifier": "https://fmriprep.org",
"relation": "isPartOf",
"scheme": "url"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PYTHONPATH = $(PWD)

# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
$(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/)
$(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/)
endif

# Internal variables.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Path setup --------------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/links.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. _Nipype: http://nipype.readthedocs.io/en/latest/
.. _BIDS: http://bids.neuroimaging.io
.. _Nipype: https://nipype.readthedocs.io/en/latest/
.. _BIDS: https://bids.neuroimaging.io
.. _`BIDS Derivatives`: https://docs.google.com/document/d/17ebopupQxuRwp7U7TFvS6BH03ALJOgGHufxK8ToAvyI
.. _`BIDS Derivatives RC1`: https://docs.google.com/document/d/17ebopupQxuRwp7U7TFvS6BH03ALJOgGHufxK8ToAvyI
.. _Installation: installation.html
Expand All @@ -16,4 +16,4 @@
.. _`Docker installation`: https://docs.docker.com/install/
.. _`Docker Hub`: https://hub.docker.com/r/nipreps/niworkflows/tags
.. _Singularity: https://github.com/singularityware/singularity
.. _TACC: https://www.tacc.utexas.edu/
.. _TACC: https://www.tacc.utexas.edu/
4 changes: 2 additions & 2 deletions niworkflows/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#
"""
These pipelines are developed by the Poldrack lab at Stanford University
(https://nipreps.stanford.edu/) for use at
the Center for Reproducible Neuroscience (http://reproducibility.stanford.edu/),
(https://nipreps.stanford.edu/) for use at the
Center for Reproducible Neuroscience (https://reproducibility.stanford.edu/),
as well as for open-source software distribution.
"""
from datetime import datetime
Expand Down
5 changes: 3 additions & 2 deletions niworkflows/utils/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ def collect_participants(
if not all_participants:
raise BIDSError(
"Could not find participants. Please make sure the BIDS data "
"structure is present and correct. Datasets can be validated online "
"using the BIDS Validator (http://bids-standard.github.io/bids-validator/).\n"
"structure is present and correct. Datasets can be validated "
"online using the BIDS Validator "
"(https://bids-standard.github.io/bids-validator/).\n"
"If you are using Docker for Mac or Docker for Windows, you "
'may need to adjust your "File sharing" preferences.',
bids_dir,
Expand Down

0 comments on commit a032bcd

Please sign in to comment.