Skip to content

Commit 7bf7998

Browse files
Fix URLs (#1074)
* Fix invalid extension documentation URL * Fix invalid numpydoc URL First I tried removing the spurious .txt file extension in HOWTO_DOCUMENT.rst.txt. Then the current contents of HOWTO_DOCUMENT.rst are: This document has been replaced, see https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard * The Python issue tracker has moved to GitHub * Fix PyMongo URL Prefer the link to the PyMongo documentation. * Fix URL to Blosc file Change the default Git branch: master ⤑ main * Fix tox URL It is not hosted by codespeak.net any more. * Fix URL: HTTP ⤑ HTTPS
1 parent 8bd84fb commit 7bf7998

File tree

15 files changed

+29
-29
lines changed

15 files changed

+29
-29
lines changed

.github/CONTRIBUTING.md

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

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

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][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

build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
::
1414
:: More details at:
1515
:: https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows
16-
:: http://stackoverflow.com/a/13751649/163740
16+
:: https://stackoverflow.com/a/13751649/163740
1717
::
1818
:: Author: Olivier Grisel
19-
:: License: CC0 1.0 Universal: http://creativecommons.org/publicdomain/zero/1.0/
19+
:: License: CC0 1.0 Universal: https://creativecommons.org/publicdomain/zero/1.0/
2020
@ECHO OFF
2121

2222
SET COMMAND_TO_RUN=%*

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BUILDDIR = _build
99

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

1515
# Internal variables.

docs/api/codecs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Codec classes can also be used as filters. See the tutorial section on :ref:`tut
1616
for more information.
1717

1818
Please note that it is also relatively straightforward to define and register custom codec
19-
classes. See the Numcodecs `codec API <http://numcodecs.readthedocs.io/en/latest/abc.html>`_ and
20-
`codec registry <http://numcodecs.readthedocs.io/en/latest/registry.html>`_ documentation for more
19+
classes. See the Numcodecs `codec API <https://numcodecs.readthedocs.io/en/latest/abc.html>`_ and
20+
`codec registry <https://numcodecs.readthedocs.io/en/latest/registry.html>`_ documentation for more
2121
information.
2222

23-
.. _Numcodecs: http://numcodecs.readthedocs.io/
23+
.. _Numcodecs: https://numcodecs.readthedocs.io/

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Documentation
206206

207207
Docstrings for user-facing classes and functions should follow the
208208
`numpydoc
209-
<https://github.com/numpy/numpy/blob/main/doc/HOWTO_DOCUMENT.rst.txt>`_
209+
<https://numpydoc.readthedocs.io/en/stable/format.html#docstring-standard>`_
210210
standard, including sections for Parameters and Examples. All examples
211211
should run and pass as doctests under Python 3.8. To run doctests,
212212
activate your development environment, install optional requirements,

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ documentation, code reviews, comments and/or ideas:
9393
* :user:`Prakhar Goel <newt0311>`
9494

9595
Zarr is inspired by `HDF5 <https://www.hdfgroup.org/HDF5/>`_, `h5py
96-
<http://www.h5py.org/>`_ and `bcolz <http://bcolz.blosc.org/>`_.
96+
<https://www.h5py.org/>`_ and `bcolz <https://bcolz.readthedocs.io/>`_.
9797

9898
Development of Zarr is supported by the
99-
`MRC Centre for Genomics and Global Health <http://www.cggh.org>`_.
99+
`MRC Centre for Genomics and Global Health <https://www.cggh.org>`_.
100100

101101
Indices and tables
102102
------------------
@@ -105,4 +105,4 @@ Indices and tables
105105
* :ref:`modindex`
106106
* :ref:`search`
107107

108-
.. _NumCodecs: http://numcodecs.readthedocs.io/
108+
.. _NumCodecs: https://numcodecs.readthedocs.io/

docs/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,4 +1333,4 @@ See `v0.4.0 release notes on GitHub
13331333
See `v0.3.0 release notes on GitHub
13341334
<https://github.com/zarr-developers/zarr-python/releases/tag/v0.3.0>`_.
13351335

1336-
.. _Numcodecs: http://numcodecs.readthedocs.io/
1336+
.. _Numcodecs: https://numcodecs.readthedocs.io/

docs/spec/v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ of bytes comprising the compressed chunk data. No header is added to
133133
the compressed bytes or any other modification made. The internal
134134
structure of the compressed bytes will depend on which primary
135135
compressor was used. For example, the `Blosc compressor
136-
<https://github.com/Blosc/c-blosc/blob/master/README_HEADER.rst>`_
136+
<https://github.com/Blosc/c-blosc/blob/main/README_HEADER.rst>`_
137137
produces a sequence of bytes that begins with a 16-byte header
138138
followed by compressed data.
139139

docs/spec/v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ through the primary compression library to obtain a new sequence of bytes
206206
comprising the compressed chunk data. No header is added to the compressed
207207
bytes or any other modification made. The internal structure of the compressed
208208
bytes will depend on which primary compressor was used. For example, the `Blosc
209-
compressor <https://github.com/Blosc/c-blosc/blob/master/README_CHUNK_FORMAT.rst>`_
209+
compressor <https://github.com/Blosc/c-blosc/blob/main/README_CHUNK_FORMAT.rst>`_
210210
produces a sequence of bytes that begins with a 16-byte header followed by
211211
compressed data.
212212

0 commit comments

Comments
 (0)