From 4d598055dab7da99e41bfcceffa8462b32931cdd Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Sun, 27 Mar 2022 00:01:45 -0700 Subject: Fix the link to the compatibility page (#2295) The current link leads to HTTP 404. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 1f2a4ce..91e5086 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ kafka-python ############ .. image:: https://img.shields.io/badge/kafka-2.6%2C%202.5%2C%202.4%2C%202.3%2C%202.2%2C%202.1%2C%202.0%2C%201.1%2C%201.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg - :target: https://kafka-python.readthedocs.io/compatibility.html + :target: https://kafka-python.readthedocs.io/en/master/compatibility.html .. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg :target: https://pypi.python.org/pypi/kafka-python .. image:: https://coveralls.io/repos/dpkp/kafka-python/badge.svg?branch=master&service=github -- cgit v1.2.1