Skip to content

Commit a06e2e8

Browse files
committed
DOC: update a few links
1 parent 93f85db commit a06e2e8

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To create the HTML pages, use::
3737

3838
The generated files will be available in the directory ``build/sphinx/html/``.
3939

40-
.. _Sphinx: http://sphinx-doc.org/
40+
.. _Sphinx: https://www.sphinx-doc.org/
4141

4242
There are no proper tests (yet?), but the code examples from the README file
4343
can be verified with pytest_.

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JACK Audio Connection Kit (JACK) Client for Python
44
This Python module provides bindings for the JACK_ library.
55

66
Documentation:
7-
http://jackclient-python.readthedocs.io/
7+
https://jackclient-python.readthedocs.io/
88

99
Code:
1010
https://github.com/spatialaudio/jackclient-python/
@@ -13,10 +13,10 @@ License:
1313
MIT -- see the file ``LICENSE`` for details.
1414

1515
.. image:: https://badge.fury.io/py/JACK-Client.svg
16-
:target: https://pypi.python.org/pypi/JACK-Client/
16+
:target: https://pypi.org/project/JACK-Client/
1717

1818
.. image:: https://repology.org/badge/vertical-allrepos/python:jack-client.svg
19-
:target: https://repology.org/metapackage/python:jack-client
19+
:target: https://repology.org/project/python:jack-client
2020

2121
Requirements
2222
------------
@@ -71,14 +71,14 @@ NumPy (optional):
7171

7272
python3 -m pip install NumPy --user
7373

74-
.. _JACK: http://jackaudio.org/
75-
.. _NumPy: http://www.numpy.org/
74+
.. _JACK: https://jackaudio.org/
75+
.. _NumPy: https://numpy.org/
7676
.. _Python: https://www.python.org/
77-
.. _Anaconda: https://www.anaconda.com/download/
77+
.. _Anaconda: https://www.anaconda.com/products/individual#Downloads
7878
.. _WinPython: http://winpython.github.io/
79-
.. _C Foreign Function Interface for Python: http://cffi.readthedocs.org/
80-
.. _PyPy: http://pypy.org/
81-
.. _JACK download page: http://jackaudio.org/downloads/
79+
.. _C Foreign Function Interface for Python: https://cffi.readthedocs.org/
80+
.. _PyPy: https://www.pypy.org/
81+
.. _JACK download page: https://jackaudio.org/downloads/
8282
.. _pip installation: https://pip.pypa.io/en/latest/installing/
8383

8484
Installation

src/jack.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,7 @@ def transport_query_struct(self):
605605
See the `JACK transport documentation`__ for the available
606606
fields.
607607
608-
__ http://jackaudio.org/files/docs/html/
609-
structjack__position__t.html
608+
__ https://jackaudio.org/api/structjack__position__t.html
610609
611610
See Also
612611
--------

0 commit comments

Comments
 (0)