From ad64d130ba80c3fdc554fff0c5fd760b141de2b9 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Mon, 8 Jul 2019 15:36:01 -0400 Subject: [PATCH] fix broken links --- docs/source/tutorial/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorial/getting-started.rst b/docs/source/tutorial/getting-started.rst index d3621b51..a5b7d468 100644 --- a/docs/source/tutorial/getting-started.rst +++ b/docs/source/tutorial/getting-started.rst @@ -49,8 +49,8 @@ Next, let's start :doc:`reading/writing some variables` from Lua into .. _LuaJIT: http://luajit.org/ .. _GCC 6.0: https://gcc.gnu.org/gcc-6/changes.html .. _single header file release: https://github.com/ThePhD/sol2/releases -.. _repository as well: https://github.com/ThePhD/sol2/blob/develop/single/sol/sol.hpp -.. _single/sol/sol.hpp: 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/include/sol/sol.hpp .. _github repository here: https://github.com/ThePhD/sol2 .. _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