]> Repos - portaudio/commitdiff
tweaked tutorial doc to reference local files
authorrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 25 Jan 2012 06:50:10 +0000 (06:50 +0000)
committerrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 25 Jan 2012 06:50:10 +0000 (06:50 +0000)
doc/src/tutorial/exploring.dox

index d072e776276cda3fac0635d0bf69d51c0278a097..31d0f19c6942bd738d045fce7f7614dba59ddb77 100644 (file)
@@ -1,13 +1,13 @@
 /** @page exploring Exploring PortAudio\r
 @ingroup tutorial\r
 \r
-Now that you have a good idea of how PortAudio works, you can try out the test programs.\r
+Now that you have a good idea of how PortAudio works, you can try out the example programs. You'll find them in the examples/ directory in the PortAudio distribution.\r
 \r
-For an example of playing a sine wave, see "[http://www.portaudio.com/trac/browser/portaudio/trunk/examples/paex_sine.c examples/paex_sine.c]"\r
+For an example of playing a sine wave, see examples/paex_sine.c\r
 \r
-For an example of recording and playing back a sound, see  "[http://www.portaudio.com/trac/browser/portaudio/trunk/examples/paex_record.c examples/paex_record.c]"\r
+For an example of recording and playing back a sound, see  examples/paex_record.c\r
 \r
-I also encourage you to examine the source for the PortAudio libraries. If you have suggestions on ways to improve them, please let us know. if you want to implement PortAudio on a new platform, please let us know as well so we can coordinate people's efforts.\r
+I also encourage you to examine the source for the PortAudio libraries. If you have suggestions on ways to improve them, please let us know. If you want to implement PortAudio on a new platform, please let us know as well so we can coordinate people's efforts.\r
 \r
 \r
 Previous: \ref blocking_read_write | Next: This is the end of the tutorial.\r