Skip to content

Commit 2ad7a12

Browse files
http:// → https:// (#415)
Update links in the process.
1 parent c9f47a8 commit 2ad7a12

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Contributing
22
============
33

4-
Please see the [project documentation](http://numcodecs.readthedocs.io/en/stable/contributing.html) for information about contributing to NumCodecs.
4+
Please see the [project documentation](https://numcodecs.readthedocs.io/en/stable/contributing.html) for information about contributing to NumCodecs.

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4040

4141
## Attribution
4242

43-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
43+
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]
4444

45-
[homepage]: http://contributor-covenant.org
46-
[version]: http://contributor-covenant.org/version/1/4/
45+
[homepage]: https://www.contributor-covenant.org/
46+
[version]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Numcodecs is a Python package providing buffer compression and transformation
55
codecs for use in data storage and communication applications.
66

77
.. image:: https://readthedocs.org/projects/numcodecs/badge/?version=latest
8-
:target: http://numcodecs.readthedocs.io/en/latest/?badge=latest
8+
:target: https://numcodecs.readthedocs.io/en/latest/?badge=latest
99

1010
.. image:: https://github.com/zarr-developers/numcodecs/workflows/Linux%20CI/badge.svg?branch=main
1111
:target: https://github.com/zarr-developers/numcodecs/actions?query=workflow%3A%22Linux+CI%22

docs/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Installation
1111
------------
1212

1313
Numcodecs depends on NumPy. It is generally best to `install NumPy
14-
<http://docs.scipy.org/doc/numpy/user/install.html>`_ first using
15-
whatever method is most appropriate for you operating system and
16-
Python distribution.
14+
<https://numpy.org/install/>`_ first using whatever method is most
15+
appropriate for you operating system and Python distribution.
1716

1817
Install from PyPI::
1918

@@ -105,7 +104,7 @@ documentation, code reviews, comments and/or ideas:
105104
Numcodecs bundles the `c-blosc <https://github.com/Blosc/c-blosc>`_ library.
106105

107106
Development of this package is supported by the
108-
`MRC Centre for Genomics and Global Health <http://www.cggh.org>`_.
107+
`MRC Centre for Genomics and Global Health <https://www.sanger.ac.uk/collaboration/mrc-centre-genomics-and-global-health-cggh/>`_.
109108

110109
Indices and tables
111110
------------------
@@ -114,4 +113,4 @@ Indices and tables
114113
* :ref:`modindex`
115114
* :ref:`search`
116115

117-
.. _Blosc: http://www.blosc.org/
116+
.. _Blosc: https://www.blosc.org/

docs/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Fixed project description in setup.py.
691691
-----
692692

693693
First release. This version is a port of the ``codecs`` module from `Zarr
694-
<http://zarr.readthedocs.io>`_ 2.1.0. The following changes have been made from
694+
<https://zarr.readthedocs.io>`_ 2.1.0. The following changes have been made from
695695
the original Zarr module:
696696

697697
* Codec classes have been re-organized into separate modules, mostly one per

0 commit comments

Comments
 (0)