Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Updated documentation with info about the wiki
Browse files Browse the repository at this point in the history
We're no longer under construction, baby!
  • Loading branch information
slouken committed Feb 14, 2013
1 parent c4ae246 commit da14aba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -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
Expand Down
10 changes: 2 additions & 8 deletions README
Expand Up @@ -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:
Expand Down
10 changes: 2 additions & 8 deletions include/SDL.h
Expand Up @@ -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:
Expand Down

0 comments on commit da14aba

Please sign in to comment.