From d753b76999485805435a7046c18a1ea826320fb9 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 17 Sep 2020 17:53:35 -0400 Subject: [PATCH] docs: corrected link to documentation --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 811167ff..1d992454 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ 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 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 binding code in many common situations. Tutorial and reference documentation is provided at -`pybind11.readthedocs.org `_. +`pybind11.readthedocs.io `_). A PDF version of the manual is available `here `_. 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 file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license. -.. |Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge/?version=master - :target: http://pybind11.readthedocs.org/en/master/?badge=master -.. |image1| image:: https://readthedocs.org/projects/pybind11/badge/?version=stable +.. |Latest Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=latest + :target: http://pybind11.readthedocs.org/en/master/?badge=latest +.. |Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blue :target: http://pybind11.readthedocs.org/en/stable/?badge=stable .. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg :target: https://gitter.im/pybind/Lobby