WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 88850e2

Browse files
committed
NO-JIRA: [Python docs] Correct link, typo and update python version
1 parent 11b67fc commit 88850e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Qpid Proton Python API Documentation
33
####################################
44

5-
The Proton module provides a Python 2.7 and 3.x API for Qpid Proton. It enables a developer to write Python applications
5+
The Proton module provides a Python 3 API for Qpid Proton. It enables a developer to write Python applications
66
that send and receive AMQP messages.
77

88
*******
@@ -131,8 +131,8 @@ Examples
131131
--------
132132

133133
Several examples may be found in the
134-
`Apache Qpid Proton Examples <https://qpid.apache.org/releases/qpid-proton-0.28.0/proton/python/examples/index.html>`_
135-
whcih illustrate the techniques and concepts of sending messages. They are also present in the source. These make
134+
`Apache Qpid Proton Examples <../examples/index.html>`_
135+
which illustrate the techniques and concepts of sending messages. They are also present in the source. These make
136136
an excellent starting point for developers new to this API. Make sure to read the README file, which gives
137137
instructions on how to run them and a brief explanation of each example.
138138

0 commit comments

Comments
 (0)