Skip to content

Commit 301f0bd

Browse files
committed
Link to examples in readme
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
1 parent 7b1cf82 commit 301f0bd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ client applications in Python.
66
The library provides a low-level, almost unaltered mapping of the `libjack`
77
[C API], plus a few additional convenience functions.
88

9+
The source code repository contains a few [example scripts] to show its usage.
910

1011
**Note:** **pyjacklib** *as a stand-alone project is in an early beta-stage and
1112
the API may still change slightly before a 1.0 release. You have been warned!*
@@ -55,7 +56,7 @@ pip wheel .
5556
**pyjacklib** is licensed under the GNU Public License Version v2, or
5657
any later version.
5758

58-
Please see the file [COPYING](./COPYING) for more information.
59+
Please see the file [COPYING] for more information.
5960

6061

6162
## Authors
@@ -67,7 +68,9 @@ Turned into stand-alone project and enhanced by *Christopher Arndt*.
6768

6869
[C API]: https://jackaudio.org/api/
6970
[Cadence]: https://github.com/falkTX/Cadence.git
71+
[COPYING]: https://github.com/jackaudio/pyjacklib/blob/master/COPYING
7072
[ctypes]: https://docs.python.org/3/library/ctypes.html
73+
[example scripts]: https://github.com/jackaudio/pyjacklib/tree/master/examples
7174
[JACK]: https://jackaudio.org/
7275
[pip]: https://pypi.org/project/pip/
7376
[setuptools]: https://pypi.org/project/setuptools/

0 commit comments

Comments
 (0)