diff --git a/docs/source/Evennia-API.md b/docs/source/Evennia-API.md index e96df0446c..a227927d5f 100644 --- a/docs/source/Evennia-API.md +++ b/docs/source/Evennia-API.md @@ -60,8 +60,8 @@ The flat API is defined in `__init__.py` [viewable here](github:evennia/__init__ - [evennia.Command](api:evennia.commands.command#evennia.commands.command.Command) - base [Command](./Commands) class. See also `evennia.default_cmds.MuxCommand` - [evennia.CmdSet](api:evennia.commands.cmdset#evennia.commands.cmdset.CmdSet) - base [Cmdset](./Command-Sets) class -- [evennia.default_cmds](api:Default-Command-Help) - access all default command classes as properties -- [evennia.syscmdkeys](api:Commands#System-Commands) - access system command keys as properties +- evennia.default_cmds - access to all [default command classes](api:evennia.commands.default) as properties +- evennia.syscmdkeys - access to all [system command](./Commands#system-commands) names as properties ### Utilities @@ -94,5 +94,4 @@ The flat API is defined in `__init__.py` [viewable here](github:evennia/__init__ ### Contributions -- [evennia.contrib](https://github.com/evennia/evennia/blob/master/evennia/contrib/) - -game-specific contributions and plugins ([docs](https://github.com/evennia/evennia/blob/master/evennia/contrib/README.md)) +- [evennia.contrib](api:evennia.contrib) - game-specific contributions and plugins ([README](github:evennia/contrib/README.md)) diff --git a/docs/source/toc.md b/docs/source/toc.md index 9e0e45f859..e9cdc2363b 100644 --- a/docs/source/toc.md +++ b/docs/source/toc.md @@ -1,5 +1,5 @@ # Toc -- [API root](api/evennia-api.rst) + - [./A voice operated elevator using events](./A-voice-operated-elevator-using-events) - [./API refactoring](./API-refactoring) - [./Accounts](./Accounts)