Skip to content

Commit

Permalink
http:// → https://
Browse files Browse the repository at this point in the history
Also update URLs where applicable.
  • Loading branch information
DimitriPapadopoulos committed Sep 21, 2023
1 parent 4f0eb48 commit aa25a08
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if errorlevel 9009 (
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
echo.https://www.sphinx-doc.org/
exit /b 1
)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
# to template names.
#
# This is required for the alabaster theme
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
# refs: https://alabaster.readthedocs.io/en/latest/installation.html#sidebars
html_sidebars = {
"**": [
"relations.html", # needs 'show_related': True theme option to display
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following libraries use ``fsspec`` internally for path and file handling:
.. _Dask: https://dask.org/
.. _Intake: https://intake.readthedocs.io/
.. _pandas: https://pandas.pydata.org/
.. _xarray: http://xarray.pydata.org/
.. _xarray: https://docs.xarray.dev/
.. _zarr: https://zarr.readthedocs.io/
.. _DVC: https://dvc.org/
.. _kedro: https://kedro.readthedocs.io/en/stable/01_introduction/01_introduction.html
Expand Down
8 changes: 4 additions & 4 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ of each implementation with the generic usage that Dask demanded. People may fin
`code`_ which parses URLs and creates file-system
instances interesting.

.. _Dask: http://dask.pydata.org/en/latest/
.. _docs: http://dask.pydata.org/en/latest/remote-data-services.html
.. _code: https://github.com/dask/dask/blob/master/dask/bytes/core.py#L266
.. _Dask: https://dask.pydata.org/en/latest/
.. _docs: https://dask.pydata.org/en/latest/how-to/connect-to-remote-data.html
.. _code: https://github.com/dask/dask/blob/7e4beffb/dask/bytes/core.py#L345

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

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

Other similar work
Expand Down
2 changes: 1 addition & 1 deletion fsspec/implementations/sftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, host, **ssh_kwargs):
Location on the server to put files, when within a transaction
ssh_kwargs: dict
Parameters passed on to connection. See details in
http://docs.paramiko.org/en/2.4/api/client.html#paramiko.client.SSHClient.connect
https://docs.paramiko.org/en/3.3/api/client.html#paramiko.client.SSHClient.connect
May include port, username, password...
"""
if self._cached:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
description="File-system specification",
long_description=long_description,
long_description_content_type="text/markdown",
url="http://github.com/fsspec/filesystem_spec",
url="https://github.com/fsspec/filesystem_spec",
project_urls={
"Changelog": "https://filesystem-spec.readthedocs.io/en/latest/changelog.html",
"Documentation": "https://filesystem-spec.readthedocs.io/en/latest/",
Expand Down

0 comments on commit aa25a08

Please sign in to comment.