Skip to content

Commit d753b76

Browse files
authored
docs: corrected link to documentation
1 parent 54831a9 commit d753b76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pybind11 — Seamless operability between C++11 and Python
55
========================================================
66

7-
|Documentation Status| |image1| |Gitter chat| |CI| |Build status|
7+
|Latest Documentation Status| |Stable Documentation Status| |Gitter chat| |CI| |Build status|
88

99
**pybind11** is a lightweight header-only library that exposes C++ types
1010
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
3434
binding code in many common situations.
3535

3636
Tutorial and reference documentation is provided at
37-
`pybind11.readthedocs.org <http://pybind11.readthedocs.org/en/master>`_.
37+
`pybind11.readthedocs.io <https://pybind11.readthedocs.io/en/latest>`_).
3838
A PDF version of the manual is available
3939
`here <https://media.readthedocs.org/pdf/pybind11/master/pybind11.pdf>`_.
4040
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
146146
file. By using, distributing, or contributing to this project, you agree
147147
to the terms and conditions of this license.
148148

149-
.. |Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge/?version=master
150-
:target: http://pybind11.readthedocs.org/en/master/?badge=master
151-
.. |image1| image:: https://readthedocs.org/projects/pybind11/badge/?version=stable
149+
.. |Latest Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=latest
150+
:target: http://pybind11.readthedocs.org/en/master/?badge=latest
151+
.. |Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blue
152152
:target: http://pybind11.readthedocs.org/en/stable/?badge=stable
153153
.. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
154154
:target: https://gitter.im/pybind/Lobby

0 commit comments

Comments
 (0)