Skip to content

Commit 92c477f

Browse files
authored
Fix link to pbzip2 homepage
Found by @ghuls in #165 Closes #165
1 parent 6765184 commit 92c477f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Opening of gzip files is delegated to one of these programs or libraries:
138138
For xz files, a pipe to the ``xz`` program is used because it has
139139
built-in support for multithreaded compression.
140140

141-
For bz2 files, `pbzip2 (parallel bzip2) <http://compression.ca/pbzip2/>`_ is used.
141+
For bz2 files, `pbzip2 (parallel bzip2) <http://compression.great-site.net/pbzip2/>`_ is used.
142142

143143
``xopen`` falls back to Python’s built-in functions
144144
(``gzip.open``, ``lzma.open``, ``bz2.open``)
@@ -281,7 +281,7 @@ v1.3.0 (2022-01-10)
281281
v1.2.0 (2021-09-21)
282282
~~~~~~~~~~~~~~~~~~~
283283

284-
* `pbzip2 <http://compression.ca/pbzip2/>`_ is now used to open ``.bz2`` files if
284+
* `pbzip2 <http://compression.great-site.net/pbzip2/>`_ is now used to open ``.bz2`` files if
285285
``threads`` is greater than zero (contributed by @DriesSchaumont).
286286

287287
v1.1.0 (2021-01-20)

0 commit comments

Comments
 (0)