@@ -19,18 +19,17 @@ in the file "LICENSE.txt".
19
19
Information on building SDL with CMake is available in [ README-cmake.md] ( README-cmake.md )
20
20
21
21
The best way to learn how to use SDL is to check out the header files in
22
- the "include" subdirectory and the programs in the "test " subdirectory.
22
+ the "include" subdirectory and the programs in the "examples " subdirectory.
23
23
The header files and test programs are well commented and always up to date.
24
24
25
25
Information on reporting bugs and contributing is available in [ README-contributing.md] ( README-contributing.md )
26
26
27
27
More documentation and FAQs are available online at [ the wiki] ( http://wiki.libsdl.org/ )
28
28
29
- - [ High DPI Support] ( README-highdpi.md )
30
- - [ main()] ( README-main-functions.md )
31
- - [ Porting information] ( README-porting.md )
32
29
- [ Migrating from SDL 2.0] ( README-migration.md )
33
30
- [ Supported Platforms] ( README-platforms.md )
31
+ - [ main()] ( README-main-functions.md )
32
+ - [ High DPI Support] ( README-highdpi.md )
34
33
- [ Touch] ( README-touch.md )
35
34
- [ Versions] ( README-versions.md )
36
35
- [ Visual Studio] ( README-visualc.md )
@@ -48,6 +47,7 @@ More documentation and FAQs are available online at [the wiki](http://wiki.libsd
48
47
- [ RISC OS] ( README-riscos.md )
49
48
- [ Windows GDK] ( README-gdk.md )
50
49
- [ Windows] ( README-windows.md )
50
+ - [ Porting information] ( README-porting.md )
51
51
52
52
If you need help with the library, or just want to discuss SDL related
53
53
issues, you can join the [ SDL Discourse] ( https://discourse.libsdl.org/ ) ,
0 commit comments