]> Repos - portaudio/commitdiff
docs: change Assembla links to GitHub
authorPhil Burk <philburk@mobileer.com>
Sun, 4 Oct 2020 18:06:03 +0000 (11:06 -0700)
committerRoss Bencina <rossb@audiomulch.com>
Wed, 7 Oct 2020 23:18:37 +0000 (10:18 +1100)
Fixes #298

doc/src/mainpage.dox
doc/src/tutorial/compile_windows_mingw.dox
doc/src/tutorial/tutorial_start.dox

index 7a54d32040097761d68077a92125ba068c65e305..53e0060ad1b973d0baf9da998fca2781d1f2ed5b 100644 (file)
@@ -34,9 +34,9 @@ Documentation for non-portable platform-specific host API extensions
 
 - <a href="http://www.portaudio.com">The PortAudio website</a>
 
-- <a href="http://lists.columbia.edu/mailman/listinfo/portaudio/">Our mailing list for users and developers</a><br>
+- <a href="http://www.portaudio.com/contacts.html">Our mailing list for users and developers</a><br>
 
-- <a href="http://www.assembla.com/spaces/portaudio/wiki">The PortAudio wiki</a>
+- <a href="https://github.com/PortAudio/portaudio/wiki">The PortAudio wiki</a>
 
 @section developer_resources Developer Resources
 
@@ -44,18 +44,20 @@ Documentation for non-portable platform-specific host API extensions
 - @ref srcguide
 @endif
 
-- <a href="http://www.assembla.com/spaces/portaudio/wiki">Our wiki and issue tracking system</a>
+- <a href="https://github.com/PortAudio/portaudio/">Our repository on GitHub</a>
 
-- <a href="https://www.assembla.com/spaces/portaudio/wiki/DeveloperGuidelines">Developer guidelines</a>
+- <a href="https://github.com/PortAudio/portaudio/wiki/DeveloperGuidelines">Developer guidelines</a>
 
-- <a href="https://www.assembla.com/spaces/portaudio/wiki/ImplementationStyleGuidelines">Implementation style guidelines</a>
-
-If you're interested in helping out with PortAudio development we're more than happy for you to be involved. Just drop by the PortAudio mailing list and ask how you can help. Or <a href="http://www.assembla.com/spaces/portaudio/tickets">check out the starter tickets</a>.
+- <a href="https://github.com/PortAudio/portaudio/wiki/ImplementationStyleGuidelines">Implementation style guidelines</a>
 
+If you're interested in helping out with PortAudio development we're more than happy for you to be involved.
+Just drop by the PortAudio mailing list and ask how you can help.
+Or check out these <a href="https://github.com/PortAudio/portaudio/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22">
+recommended starter issues</a>.
 
 @section older_api_versions Older API Versions
 
 This documentation covers the current API version: PortAudio V19, API version 2.0. API 2.0 differs in a number of ways from previous versions (most often encountered in PortAudio V18), please consult the enhancement proposals for details of what was added/changed for V19:
 http://www.portaudio.com/docs/proposals/index.html
 
-*/
\ No newline at end of file
+*/
index d521b7b80881893bada58a05bfb90d8dcbeb94e3..30143dc501de9f1e89db8e314203c8830c6c764e 100644 (file)
@@ -3,7 +3,10 @@
 
 @section comp_mingw1 Portaudio for Windows With MinGW
 
-<strong>This document contains old or out-of-date information. Please see a draft of new MinGW information on our Wiki: <a href="https://app.assembla.com/spaces/portaudio/wiki/Notes_about_building_PortAudio_with_MinGW">PortAudio Wiki: Notes about building PortAudio with MinGW</a></strong>
+<strong>This document contains old or out-of-date information. Please see
+a draft of new MinGW information on our
+Wiki: <a href="https://github.com/PortAudio/portaudio/wiki/Notes_about_building_PortAudio_with_MinGW">
+PortAudio Wiki: Notes about building PortAudio with MinGW</a></strong>
 
 = MinGW/MSYS =
 
@@ -50,4 +53,4 @@ To update your copy or check out a fresh copy of the source
 
 Back to the Tutorial: \ref tutorial_start
 
-*/
\ No newline at end of file
+*/
index f920178ac3008871408c6b3b24837765dd3b32c8..42fa4bf8f7a3ecfe61453f475914d96cf735e589 100644 (file)
@@ -37,7 +37,9 @@ Below are the steps to writing a PortAudio application using the callback techni
 
 In addition to this "Callback" architecture, V19 also supports a "Blocking I/O" model which uses read and write calls which may be more familiar to non-audio programmers. Note that at this time, not all APIs support this functionality.
 
-In this tutorial, we'll show how to use the callback architecture to play a sawtooth wave. Much of the tutorial is taken from the file paex_saw.c, which is part of the PortAudio distribution. When you're done with this tutorial, you'll be armed with the basic knowledge you need to write an audio program. If you need more sample code, look in the "examples" and "test" directory of the PortAudio distribution. Another great source of info is the portaudio.h Doxygen page, which documents the entire V19 API. Also see the page for <a href="http://www.assembla.com/spaces/portaudio/wiki/Tips">tips on programming PortAudio</a> on the PortAudio wiki.
+In this tutorial, we'll show how to use the callback architecture to play a sawtooth wave. Much of the tutorial is taken from the file paex_saw.c, which is part of the PortAudio distribution. When you're done with this tutorial, you'll be armed with the basic knowledge you need to write an audio program. If you need more sample code, look in the "examples" and "test" directory of the PortAudio distribution. Another great source of info is the portaudio.h Doxygen page, which documents the entire V19 API.
+Also see the page for <a href="https://github.com/PortAudio/portaudio/wiki/Tips">tips on programming PortAudio</a>
+on the PortAudio wiki.
 
 @section tut_start4 Programming Tutorial Contents
 
@@ -56,4 +58,4 @@ Once you have a basic understanding of how to use PortAudio, you might be intere
 
 Next: \ref writing_a_callback
 
-*/
\ No newline at end of file
+*/