Skip to content

Commit b8aeb13

Browse files
http:// → https:// (#1371)
Also update URLs where applicable.
1 parent d0e538d commit b8aeb13

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if errorlevel 9009 (
2222
echo.may add the Sphinx directory to PATH.
2323
echo.
2424
echo.If you don't have Sphinx installed, grab it from
25-
echo.http://sphinx-doc.org/
25+
echo.https://www.sphinx-doc.org/
2626
exit /b 1
2727
)
2828

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
# to template names.
120120
#
121121
# This is required for the alabaster theme
122-
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
122+
# refs: https://alabaster.readthedocs.io/en/latest/installation.html#sidebars
123123
html_sidebars = {
124124
"**": [
125125
"relations.html", # needs 'show_related': True theme option to display

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following libraries use ``fsspec`` internally for path and file handling:
6464
.. _Dask: https://dask.org/
6565
.. _Intake: https://intake.readthedocs.io/
6666
.. _pandas: https://pandas.pydata.org/
67-
.. _xarray: http://xarray.pydata.org/
67+
.. _xarray: https://docs.xarray.dev/
6868
.. _zarr: https://zarr.readthedocs.io/
6969
.. _DVC: https://dvc.org/
7070
.. _kedro: https://kedro.readthedocs.io/en/stable/01_introduction/01_introduction.html

docs/source/intro.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ of each implementation with the generic usage that Dask demanded. People may fin
2525
`code`_ which parses URLs and creates file-system
2626
instances interesting.
2727

28-
.. _Dask: http://dask.pydata.org/en/latest/
29-
.. _docs: http://dask.pydata.org/en/latest/remote-data-services.html
30-
.. _code: https://github.com/dask/dask/blob/master/dask/bytes/core.py#L266
28+
.. _Dask: https://dask.pydata.org/en/latest/
29+
.. _docs: https://dask.pydata.org/en/latest/how-to/connect-to-remote-data.html
30+
.. _code: https://github.com/fsspec/filesystem_spec/blob/4f0eb48/fsspec/core.py#L525
3131

3232
At the same time, the Apache `Arrow`_ project was also concerned with a similar problem,
3333
particularly a common interface to local and HDFS files, for example the
@@ -63,7 +63,7 @@ to look:
6363

6464
.. _os: https://docs.python.org/3/library/os.html
6565
.. _path: https://docs.python.org/3/library/os.path.html
66-
.. _gcsfs: http://gcsfs.readthedocs.io/en/latest/api.html#gcsfs.core.GCSFileSystem
66+
.. _gcsfs: https://gcsfs.readthedocs.io/en/latest/api.html#gcsfs.core.GCSFileSystem
6767
.. _pyfilesystems: https://docs.pyfilesystem.org/en/latest/index.html
6868

6969
Other similar work

fsspec/implementations/sftp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, host, **ssh_kwargs):
3636
Location on the server to put files, when within a transaction
3737
ssh_kwargs: dict
3838
Parameters passed on to connection. See details in
39-
http://docs.paramiko.org/en/2.4/api/client.html#paramiko.client.SSHClient.connect
39+
https://docs.paramiko.org/en/3.3/api/client.html#paramiko.client.SSHClient.connect
4040
May include port, username, password...
4141
"""
4242
if self._cached:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
description="File-system specification",
6262
long_description=long_description,
6363
long_description_content_type="text/markdown",
64-
url="http://github.com/fsspec/filesystem_spec",
64+
url="https://github.com/fsspec/filesystem_spec",
6565
project_urls={
6666
"Changelog": "https://filesystem-spec.readthedocs.io/en/latest/changelog.html",
6767
"Documentation": "https://filesystem-spec.readthedocs.io/en/latest/",

0 commit comments

Comments
 (0)