From 24d335085cf765dd452ae32fd97e6717173036cb Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 22 Feb 2018 14:54:18 -0500 Subject: [PATCH] [ci skip] update docs Fixes #597 --- docs/source/tutorial/all-the-things.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial/all-the-things.rst b/docs/source/tutorial/all-the-things.rst index c862d602..760827eb 100644 --- a/docs/source/tutorial/all-the-things.rst +++ b/docs/source/tutorial/all-the-things.rst @@ -274,4 +274,4 @@ Some more things you can do/read about: .. _a basic example: https://github.com/ThePhD/sol2/blob/develop/examples/usertype.cpp .. _special functions: https://github.com/ThePhD/sol2/blob/develop/examples/usertype_special_functions.cpp .. _initializers: https://github.com/ThePhD/sol2/blob/develop/examples/usertype_initializers.cpp -.. _sol2 tutorial examples: https://github.com/ThePhD/sol2/tree/develop/examples/tutorials/quick 'n' dirty +.. _sol2 tutorial examples: https://github.com/ThePhD/sol2/tree/develop/examples/tutorials/quick_n_dirty