diff options
author | 2023-07-06 09:52:10 +1000 | |
---|---|---|
committer | 2023-07-06 09:52:10 +1000 | |
commit | 12623c3fd35984f75e31144126689986af657a30 (patch) | |
tree | 8b8b01669ab168705148152e3f4a3622945dd04c /docs/source/plugins | |
parent | 737af4b6655d1de338895272bfeeec8bb7b7b17f (diff) |
docs: Moved Lua API reference to its own section - the page was far too long.
Diffstat (limited to 'docs/source/plugins')
-rw-r--r-- | docs/source/plugins/console.rst | 2 | ||||
-rw-r--r-- | docs/source/plugins/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/plugins/console.rst b/docs/source/plugins/console.rst index 0afdb1f796c..79aa6c929a3 100644 --- a/docs/source/plugins/console.rst +++ b/docs/source/plugins/console.rst @@ -6,4 +6,4 @@ Console Plugin The console plugin provides functionality for MAME’s interactive Lua console. It is not used directly. Use the :ref:`console option <mame-commandline-console>` to activate the interactive Lua -console. See :ref:`luaengine` for more information about MAME’s Lua API. +console. See :ref:`luascript` for more information about MAME’s Lua API. diff --git a/docs/source/plugins/index.rst b/docs/source/plugins/index.rst index 7807c333952..60311a9dd10 100644 --- a/docs/source/plugins/index.rst +++ b/docs/source/plugins/index.rst @@ -14,7 +14,7 @@ Introduction MAME supports plugins that can provide additional functionality. Plugins have been written to communicate with external programs, play games automatically, display internal game structures like hitboxes, provide alternate -user interfaces, and automatically test emulation. See :ref:`luaengine` for +user interfaces, and automatically test emulation. See :ref:`luascript` for more information about MAME’s Lua API. |