From 2ad7a129e196b40bcbb389d6ec2b06bb5f169a81 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:43:29 +0100 Subject: [PATCH] =?UTF-8?q?http://=20=E2=86=92=20https://=20(#415)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update links in the process. --- .github/CONTRIBUTING.md | 2 +- CODE_OF_CONDUCT.md | 6 +++--- README.rst | 2 +- docs/index.rst | 9 ++++----- docs/release.rst | 2 +- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bccd9160..9c117cc3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,4 +1,4 @@ Contributing ============ -Please see the [project documentation](http://numcodecs.readthedocs.io/en/stable/contributing.html) for information about contributing to NumCodecs. +Please see the [project documentation](https://numcodecs.readthedocs.io/en/stable/contributing.html) for information about contributing to NumCodecs. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 93175dd6..b7395b1c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct/][version] -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ +[homepage]: https://www.contributor-covenant.org/ +[version]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/ diff --git a/README.rst b/README.rst index 9850c2e7..c9e58f52 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Numcodecs is a Python package providing buffer compression and transformation codecs for use in data storage and communication applications. .. image:: https://readthedocs.org/projects/numcodecs/badge/?version=latest - :target: http://numcodecs.readthedocs.io/en/latest/?badge=latest + :target: https://numcodecs.readthedocs.io/en/latest/?badge=latest .. image:: https://github.com/zarr-developers/numcodecs/workflows/Linux%20CI/badge.svg?branch=main :target: https://github.com/zarr-developers/numcodecs/actions?query=workflow%3A%22Linux+CI%22 diff --git a/docs/index.rst b/docs/index.rst index db9f935d..6b2169d3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,9 +11,8 @@ Installation ------------ Numcodecs depends on NumPy. It is generally best to `install NumPy -`_ first using -whatever method is most appropriate for you operating system and -Python distribution. +`_ first using whatever method is most +appropriate for you operating system and Python distribution. Install from PyPI:: @@ -105,7 +104,7 @@ documentation, code reviews, comments and/or ideas: Numcodecs bundles the `c-blosc `_ library. Development of this package is supported by the -`MRC Centre for Genomics and Global Health `_. +`MRC Centre for Genomics and Global Health `_. Indices and tables ------------------ @@ -114,4 +113,4 @@ Indices and tables * :ref:`modindex` * :ref:`search` -.. _Blosc: http://www.blosc.org/ +.. _Blosc: https://www.blosc.org/ diff --git a/docs/release.rst b/docs/release.rst index 90d62750..3f2394b5 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -691,7 +691,7 @@ Fixed project description in setup.py. ----- First release. This version is a port of the ``codecs`` module from `Zarr -`_ 2.1.0. The following changes have been made from +`_ 2.1.0. The following changes have been made from the original Zarr module: * Codec classes have been re-organized into separate modules, mostly one per