diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2017-09-16 17:42:57 +0200 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2017-09-16 17:42:57 +0200 |
commit | ee2d198f62aeb52751db934a537ee6b0ef164662 (patch) | |
tree | b1a6f59f997355bde1774da4fccbe9a985bffba4 /README.md | |
parent | c381aa35a9ca135aba4f512728c11e7fe14b12d0 (diff) | |
download | lua-compat-5.3-ee2d198f62aeb52751db934a537ee6b0ef164662.tar.gz lua-compat-5.3-ee2d198f62aeb52751db934a537ee6b0ef164662.tar.bz2 lua-compat-5.3-ee2d198f62aeb52751db934a537ee6b0ef164662.zip |
Fix links in the README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -146,7 +146,7 @@ For Lua 5.1 additionally: | |||
146 | * `LUA_OP*` macros for `lua_arith` and `lua_compare` | 146 | * `LUA_OP*` macros for `lua_arith` and `lua_compare` |
147 | * `LUA_FILEHANDLE` | 147 | * `LUA_FILEHANDLE` |
148 | * `lua_Unsigned` | 148 | * `lua_Unsigned` |
149 | * `luaL_Stream` (limited compatibility, see[here][19]) | 149 | * `luaL_Stream` (limited compatibility, see [here][19]) |
150 | * `lua_absindex` | 150 | * `lua_absindex` |
151 | * `lua_arith` (see [here][20]) | 151 | * `lua_arith` (see [here][20]) |
152 | * `lua_compare` | 152 | * `lua_compare` |
@@ -229,8 +229,8 @@ This package contains code written by: | |||
229 | [16]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getuservalue | 229 | [16]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getuservalue |
230 | [17]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_setuservalue | 230 | [17]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_setuservalue |
231 | [18]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_stringtonumber | 231 | [18]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_stringtonumber |
232 | [19]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_arith | 232 | [19]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Stream |
233 | [20]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Stream | 233 | [20]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_arith |
234 | [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion | 234 | [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion |
235 | [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer | 235 | [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer |
236 | [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running | 236 | [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running |