From ffa556a4750707518f55a906bf856e6d984a0ba9 Mon Sep 17 00:00:00 2001 From: Ross Bencina Date: Thu, 24 Sep 2020 14:11:42 +1000 Subject: [PATCH] Fix doc and examples references in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fde4556..919ab31 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ native format internally. ## Documentation: -* Documentation is available in "/doc/html/index.html" -* Also see "src/common/portaudio.h" for API spec. -* Also see http://www.portaudio.com/docs/ -* And see the "test/" directory for many examples of usage. (we suggest "test/patest_saw.c" for an example) +* Documentation is available at http://www.portaudio.com/docs/ +* Or at `/doc/html/index.html` after running Doxygen. +* Also see `src/common/portaudio.h` for the API spec. +* And see the `examples/` and `test/` directories for many examples of usage. (We suggest `examples/paex_saw.c` for an example.) For information on compiling programs with PortAudio, please see the tutorial at: -- 2.43.0