Skip to content

Commit b9eaee7

Browse files
committed
Fixes gh-28 Module JIT links are broken
1 parent b0f9af9 commit b9eaee7

File tree

1 file changed

+7
-5
lines changed
  • sphinx/reference/reference_lua

1 file changed

+7
-5
lines changed

sphinx/reference/reference_lua/jit.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,10 @@ and in general providing information about what LuaJIT does with Lua code.
9191
For a list of available options, read `the source code of v.lua`_.
9292

9393

94-
.. _the source code of bc.lua: https://github.com/tarantool/luajit/blob/tarantool-1.7/src/jit/bc.lua
95-
.. _the source code of dis_x86.lua: https://github.com/tarantool/luajit/blob/tarantool-1.7/src/jit/dis_x86.lua
96-
.. _the source code of dis_x64.lua: https://github.com/tarantool/luajit/blob/tarantool-1.7/src/jit/dis_x64.lua
97-
.. _the source code of dump.lua: https://github.com/tarantool/luajit/blob/tarantool-1.7/src/jit/dump.lua
98-
.. _the source code of v.lua: https://github.com/tarantool/luajit/blob/tarantool-1.7/src/jit/v.lua
94+
.. _the source code of bc.lua: https://github.com/tarantool/luajit/tree/tarantool-1.6/src/jit/bc.lua
95+
.. _the source code of dis_x86.lua: https://github.com/tarantool/luajit/tree/tarantool-1.6/src/jit/dis_x86.lua
96+
.. _the source code of dis_x64.lua: https://github.com/tarantool/luajit/tree/tarantool-1.6/src/jit/dis_x64.lua
97+
.. _the source code of dump.lua: https://github.com/tarantool/luajit/tree/tarantool-1.6/src/jit/dump.lua
98+
.. _the source code of v.lua: https://github.com/tarantool/luajit/tree/tarantool-1.6/src/jit/v.lua
99+
100+

0 commit comments

Comments
 (0)