fix broken links

This commit is contained in:
ThePhD 2019-07-08 15:36:01 -04:00
parent ea4176601d
commit ad64d130ba
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -49,8 +49,8 @@ Next, let's start :doc:`reading/writing some variables<variables>` from Lua into
.. _LuaJIT: http://luajit.org/ .. _LuaJIT: http://luajit.org/
.. _GCC 6.0: https://gcc.gnu.org/gcc-6/changes.html .. _GCC 6.0: https://gcc.gnu.org/gcc-6/changes.html
.. _single header file release: https://github.com/ThePhD/sol2/releases .. _single header file release: https://github.com/ThePhD/sol2/releases
.. _repository as well: https://github.com/ThePhD/sol2/blob/develop/single/sol/sol.hpp .. _repository as well: https://github.com/ThePhD/sol2/blob/develop/single/include/sol/sol.hpp
.. _single/sol/sol.hpp: https://github.com/ThePhD/sol2/blob/develop/single/sol/sol.hpp .. _single/sol/sol.hpp: https://github.com/ThePhD/sol2/blob/develop/single/include/sol/sol.hpp
.. _github repository here: https://github.com/ThePhD/sol2 .. _github repository here: https://github.com/ThePhD/sol2
.. _Lua page on getting started: https://www.lua.org/start.html .. _Lua page on getting started: https://www.lua.org/start.html
.. _in this example: https://github.com/ThePhD/sol2/blob/develop/examples/source/basic.cpp .. _in this example: https://github.com/ThePhD/sol2/blob/develop/examples/source/basic.cpp