# HG changeset patch # User Steve Losh # Date 1471031846 0 # Node ID 9c17e51025fa3a9f8c297edd69e00ecbd5144807 # Parent 9a59ee351b2684e90bfe57b20c0093b3f2a3cd2f More links in the docs diff -r 9a59ee351b26 -r 9c17e51025fa docs/04-reference.markdown --- a/docs/04-reference.markdown Fri Aug 12 02:43:02 2016 +0000 +++ b/docs/04-reference.markdown Fri Aug 12 19:57:26 2016 +0000 @@ -26,7 +26,7 @@ ### `CREATE-ENTITY` (function) - (CREATE-ENTITY ENTITY-CLASS &REST INITARGS) + (CREATE-ENTITY CLASS &REST INITARGS) Create an entity of the given entity class and return it. diff -r 9a59ee351b26 -r 9c17e51025fa docs/index.markdown --- a/docs/index.markdown Fri Aug 12 02:43:02 2016 +0000 +++ b/docs/index.markdown Fri Aug 12 19:57:26 2016 +0000 @@ -2,6 +2,9 @@ Lisp. It's a thin layer of sugar over CLOS that makes it easy to write flexible objects for video games. +Check out the [Overview](./overview/) for a five-minute description of what +this is, or the [Usage](./usage/) for a full rundown. + * **License:** MIT/X11 * **Documentation:** * **Mercurial:**