Skip to content

Commit 69630ea

Browse files
committed
DOC: Change Assembla links to Github links
1 parent 091d510 commit 69630ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ your ``mycffimodule_build.py``:
7777
7878
Note that the following files must be available to the compiler:
7979

80-
* https://app.assembla.com/spaces/portaudio/git/source/master/src/common/pa_ringbuffer.c
81-
* https://app.assembla.com/spaces/portaudio/git/source/master/src/common/pa_ringbuffer.h
82-
* https://app.assembla.com/spaces/portaudio/git/source/master/src/common/pa_memorybarrier.h
80+
* https://github.com/PortAudio/portaudio/blob/master/src/common/pa_ringbuffer.c
81+
* https://github.com/PortAudio/portaudio/blob/master/src/common/pa_ringbuffer.h
82+
* https://github.com/PortAudio/portaudio/blob/master/src/common/pa_memorybarrier.h
8383

8484
For your own C code, you might need some definitions from the main PortAudio
8585
header:
8686

87-
* https://app.assembla.com/spaces/portaudio/git/source/master/include/portaudio.h
87+
* https://github.com/PortAudio/portaudio/blob/master/include/portaudio.h
8888

8989
Once you have compiled your extension module (with the help of CFFI), you can
9090
use something like this in your own module to get access to the ``RingBuffer``

0 commit comments

Comments
 (0)