@@ -4,7 +4,7 @@ JACK Audio Connection Kit (JACK) Client for Python
44This Python module provides bindings for the JACK _ library.
55
66Documentation:
7- http ://jackclient-python.readthedocs.io/
7+ https ://jackclient-python.readthedocs.io/
88
99Code:
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
2121Requirements
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
8484Installation
0 commit comments