From da14aba81fe90b4738b5ab454cff83fb1d179f6a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 14 Feb 2013 15:56:33 -0800 Subject: [PATCH] Updated documentation with info about the wiki We're no longer under construction, baby! --- INSTALL | 4 ++-- README | 10 ++-------- include/SDL.h | 10 ++-------- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/INSTALL b/INSTALL index 2f40e0c41..66cbfdf76 100644 --- a/INSTALL +++ b/INSTALL @@ -13,8 +13,8 @@ To compile and install SDL: If you are compiling using Visual C++ on Win32, you should read the file VisualC.html - 2. Look at the example programs in ./test, and check out the HTML - documentation in ./docs to see how to use the SDL library. + 2. Look at the example programs in ./test, and check out the online + documentation at http://wiki.libsdl.org/ 3. Join the SDL developer mailing list by sending E-mail to sdl-request@libsdl.org diff --git a/README b/README index 881f3cc28..ad4a364d8 100644 --- a/README +++ b/README @@ -27,14 +27,8 @@ in the file "COPYING". The best way to learn how to use SDL is to check out the header files in the "include" subdirectory and the programs in the "test" subdirectory. The header files and test programs are well commented and always up to date. -More documentation is available in HTML format in "docs/index.html", and -a documentation wiki is available online at: - http://www.libsdl.org/cgi/docwiki.cgi - -The test programs in the "test" subdirectory are in the public domain. - -Frequently asked questions are answered online: - http://www.libsdl.org/faq.php +More documentation and FAQs are available online at: + http://wiki.libsdl.org/ If you need help with the library, or just want to discuss SDL related issues, you can join the developers mailing list: diff --git a/include/SDL.h b/include/SDL.h index e5d3ecd33..f4adfcbab 100644 --- a/include/SDL.h +++ b/include/SDL.h @@ -49,14 +49,8 @@ * The best way to learn how to use SDL is to check out the header files in * the "include" subdirectory and the programs in the "test" subdirectory. * The header files and test programs are well commented and always up to date. - * More documentation is available in HTML format in "docs/index.html", and - * a documentation wiki is available online at: - * http://www.libsdl.org/cgi/docwiki.cgi - * - * The test programs in the "test" subdirectory are in the public domain. - * - * Frequently asked questions are answered online: - * http://www.libsdl.org/faq.php + * More documentation and FAQs are available online at: + * http://wiki.libsdl.org/ * * If you need help with the library, or just want to discuss SDL related * issues, you can join the developers mailing list: