Skip to content

Commit 2a27381

Browse files
committed
DOC: Update outdated links
1 parent a9ccef1 commit 2a27381

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Python_ module provides bindings for the PortAudio_ library and a few
55
convenience functions to play and record NumPy_ arrays containing audio signals.
66

77
Documentation:
8-
http://python-sounddevice.readthedocs.io/
8+
https://python-sounddevice.readthedocs.io/
99

1010
Source code repository and issue tracker:
1111
https://github.com/spatialaudio/python-sounddevice/
@@ -15,4 +15,4 @@ License:
1515

1616
.. _Python: https://www.python.org/
1717
.. _PortAudio: http://www.portaudio.com/
18-
.. _NumPy: http://www.numpy.org/
18+
.. _NumPy: https://numpy.org/

doc/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ You can also install NumPy with ``pip``, but depending on your platform, this
8383
might require a compiler and several additional libraries.
8484

8585
.. _PortAudio: http://www.portaudio.com/
86-
.. _NumPy: http://www.numpy.org/
86+
.. _NumPy: https://numpy.org/
8787
.. _Python: https://www.python.org/
88-
.. _Anaconda: https://www.anaconda.com/download/
89-
.. _WinPython: http://winpython.github.io/
90-
.. _CFFI: http://cffi.readthedocs.io/
88+
.. _Anaconda: https://www.anaconda.com/distribution/#download-section
89+
.. _WinPython: https://winpython.github.io/
90+
.. _CFFI: https://cffi.readthedocs.io/
9191
.. _PyPI: https://pypi.org/project/sounddevice/

sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
`AsioSettings`, `CoreAudioSettings`, `WasapiSettings`
4646
4747
Online documentation:
48-
http://python-sounddevice.readthedocs.io/
48+
https://python-sounddevice.readthedocs.io/
4949
5050
"""
5151
__version__ = '0.3.13'

0 commit comments

Comments
 (0)