Commit d753b769 by Henry Schreiner Committed by GitHub

docs: corrected link to documentation

parent 54831a9a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
pybind11 — Seamless operability between C++11 and Python pybind11 — Seamless operability between C++11 and Python
======================================================== ========================================================
|Documentation Status| |image1| |Gitter chat| |CI| |Build status| |Latest Documentation Status| |Stable Documentation Status| |Gitter chat| |CI| |Build status|
**pybind11** is a lightweight header-only library that exposes C++ types **pybind11** is a lightweight header-only library that exposes C++ types
in Python and vice versa, mainly to create Python bindings of existing in Python and vice versa, mainly to create Python bindings of existing
...@@ -34,7 +34,7 @@ grown beyond Boost.Python in many ways, leading to dramatically simpler ...@@ -34,7 +34,7 @@ grown beyond Boost.Python in many ways, leading to dramatically simpler
binding code in many common situations. binding code in many common situations.
Tutorial and reference documentation is provided at Tutorial and reference documentation is provided at
`pybind11.readthedocs.org <http://pybind11.readthedocs.org/en/master>`_. `pybind11.readthedocs.io <https://pybind11.readthedocs.io/en/latest>`_).
A PDF version of the manual is available A PDF version of the manual is available
`here <https://media.readthedocs.org/pdf/pybind11/master/pybind11.pdf>`_. `here <https://media.readthedocs.org/pdf/pybind11/master/pybind11.pdf>`_.
And the source code is always available at And the source code is always available at
...@@ -146,9 +146,9 @@ pybind11 is provided under a BSD-style license that can be found in the ...@@ -146,9 +146,9 @@ pybind11 is provided under a BSD-style license that can be found in the
file. By using, distributing, or contributing to this project, you agree file. By using, distributing, or contributing to this project, you agree
to the terms and conditions of this license. to the terms and conditions of this license.
.. |Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge/?version=master .. |Latest Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=latest
:target: http://pybind11.readthedocs.org/en/master/?badge=master :target: http://pybind11.readthedocs.org/en/master/?badge=latest
.. |image1| image:: https://readthedocs.org/projects/pybind11/badge/?version=stable .. |Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blue
:target: http://pybind11.readthedocs.org/en/stable/?badge=stable :target: http://pybind11.readthedocs.org/en/stable/?badge=stable
.. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg .. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
:target: https://gitter.im/pybind/Lobby :target: https://gitter.im/pybind/Lobby
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment