From aa79af09f6598bbc6f66ea3b378fd3546da8f8ba Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 3 Jun 2016 12:23:24 +0200 Subject: [PATCH] updated cmake example link --- docs/compiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compiling.rst b/docs/compiling.rst index 5800694aa..886ab0d3c 100644 --- a/docs/compiling.rst +++ b/docs/compiling.rst @@ -50,4 +50,4 @@ installation can be specified by setting ``PYTHON_EXECUTABLE``. A working sample project, including a way to invoke CMake from :file:`setup.py` for PyPI integration, can be found in the [cmake_example]_ repository. -.. [cmake_example] https://github.com/dean0x7d/pybind11_cmake_example +.. [cmake_example] https://github.com/pybind/cmake_example