This is an automated email from the ASF dual-hosted git repository.
astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push:
new 88850e2da NO-JIRA: [Python docs] Correct link, typo and update python
version
88850e2da is described below
commit 88850e2da63e37749536d64daf23c659c896fd2a
Author: Andrew Stitcher <[email protected]>
AuthorDate: Mon Dec 9 18:57:47 2024 -0500
NO-JIRA: [Python docs] Correct link, typo and update python version
---
python/docs/index.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/python/docs/index.rst b/python/docs/index.rst
index ddf580ad6..05a31e0f5 100644
--- a/python/docs/index.rst
+++ b/python/docs/index.rst
@@ -2,7 +2,7 @@
Qpid Proton Python API Documentation
####################################
-The Proton module provides a Python 2.7 and 3.x API for Qpid Proton. It
enables a developer to write Python applications
+The Proton module provides a Python 3 API for Qpid Proton. It enables a
developer to write Python applications
that send and receive AMQP messages.
*******
@@ -131,8 +131,8 @@ Examples
--------
Several examples may be found in the
-`Apache Qpid Proton Examples
<https://qpid.apache.org/releases/qpid-proton-0.28.0/proton/python/examples/index.html>`_
-whcih illustrate the techniques and concepts of sending messages. They are
also present in the source. These make
+`Apache Qpid Proton Examples <../examples/index.html>`_
+which illustrate the techniques and concepts of sending messages. They are
also present in the source. These make
an excellent starting point for developers new to this API. Make sure to read
the README file, which gives
instructions on how to run them and a brief explanation of each example.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]