Fixed redirection URL

It was in fact working all along. But RTD setting was pointing 'latest'
to 2.76 branch, no wonder I couldn't see anything.

Please use etlegacy-lua-docs.rtfd.io from now on.
This commit is contained in:
Remy Marquis 2021-01-06 14:36:57 +01:00
parent eda4cd8836
commit c2d5ed9db3

View file

@ -8,7 +8,9 @@ Legacy Lua API
Welcome to the Legacy Lua API's documentation! Welcome to the Legacy Lua API's documentation!
.. warning:: **THIS DOCUMENTATION IS NOW DEPRECATED!** For the latest documentation, please refer to `etlegacy.rtfd.io <http://etlegacy.rtfd.io>`_. .. warning:: **THIS DOCUMENTATION IS NOW DEPRECATED!**
For the latest documentation, please refer to `etlegacy.rtfd.io <http://etlegacy.rtfd.io>`_.
The **Legacy mod** is the default mod shipped with `ET: Legacy <http://www.etlegacy.com>`_. It supports server-side modifications via the `Lua <http://www.lua.org/>`_ scripting language, with the Legacy Lua API being the interface for communication between them. The **Legacy mod** is the default mod shipped with `ET: Legacy <http://www.etlegacy.com>`_. It supports server-side modifications via the `Lua <http://www.lua.org/>`_ scripting language, with the Legacy Lua API being the interface for communication between them.