From d26a835801735fdf04f8881bdac836af93c7ec51 Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Sun, 30 Aug 2020 21:35:24 -0500 Subject: [PATCH] Fix broken README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7634972cb4..bae6cf2b5c 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,6 @@ you agree to the terms and conditions of this license. [docs-pdf]: https://media.readthedocs.org/pdf/pybind11/master/pybind11.pdf [Boost.Python]: http://www.boost.org/doc/libs/1_58_0/libs/python/doc/ [pyrosetta-report]: http://graylab.jhu.edu/RosettaCon2016/PyRosetta-4.pdf -[contributing guide]: https://github.com/pybind/pybind11/blob/master/CONTRIBUTING.md +[contributing guide]: https://github.com/pybind/pybind11/blob/master/.github/CONTRIBUTING.md [`LICENSE`]: https://github.com/pybind/pybind11/blob/master/LICENSE [intel-15-workaround]: https://github.com/pybind/pybind11/issues/276