fix broken link

pull/1/head
an 2019-08-26 06:42:31 -04:00
parent c9b9444940
commit eed355d85c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This is documentation for the ZScript language. CC0 public domain. See
* [API](api.md) - for information on the interfaces provided by GZDoom. This is itself a map of all of the API files. * [API](api.md) - for information on the interfaces provided by GZDoom. This is itself a map of all of the API files.
* [Entry Points](entry.md) - for information on the ways you can tell the engine to add new things. * [Entry Points](entry.md) - for information on the ways you can tell the engine to add new things.
* [Glossary](glossary.md) - for miscallaneous information and concepts you should learn. This is itself a map of all of the glossary files. * [Glossary](glossary.md) - for miscallaneous information and concepts you should learn. This is itself a map of all of the glossary files.
* [Language](lang.md) - for information on the language itself. * [Language](language.md) - for information on the language itself.
If you're wondering where to start, try starting with the language If you're wondering where to start, try starting with the language
documentation and working your way from there. Also recommended is looking at documentation and working your way from there. Also recommended is looking at