Skip to content

Commit 4be8282

Browse files
committed
PYTHON-2208 Revise issues and help sections of documentation
1 parent 4966d93 commit 4be8282

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
PyMongo
33
=======
44
:Info: See `the mongo site <http://www.mongodb.org>`_ for more information. See `GitHub <http://github.com/mongodb/mongo-python-driver>`_ for the latest source.
5+
:Documentation: Available at `pymongo.readthedocs.io <https://pymongo.readthedocs.io/en/stable/>`_
56
:Author: Mike Dirolf
67
:Maintainer: Bernie Hackett <[email protected]>
78

@@ -22,10 +23,10 @@ Support / Feedback
2223
==================
2324

2425
For issues with, questions about, or feedback for PyMongo, please look into
25-
our `support channels <https://docs.mongodb.com/manual/support>`_. Please
26+
our `support channels <https://support.mongodb.com/welcome>`_. Please
2627
do not email any of the PyMongo developers directly with issues or
2728
questions - you're more likely to get an answer on the `MongoDB Community
28-
Forums <https://developer.mongodb.com/community/forums/tags/c/drivers-odms-connectors/7/python-driver>`_.
29+
Forums <https://developer.mongodb.com/community/forums/tag/python-driver>`_.
2930

3031
Bugs / Feature Requests
3132
=======================

doc/index.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ everything you need to know to use **PyMongo**.
5353

5454
Getting Help
5555
------------
56-
If you're having trouble or have questions about PyMongo, ask your question in
57-
our `MongoDB Community Forums <https://developer.mongodb.com/community/forums/tags/c/drivers-odms-connectors/7/python-driver>`_.
56+
If you're having trouble or have questions about PyMongo, ask your question on
57+
our `MongoDB Community Forum <https://developer.mongodb.com/community/forums/tags/c/drivers-odms-connectors/7/python-driver>`_.
58+
You may also want to consider a
59+
`commercial support subscription <https://support.mongodb.com/welcome>`_.
5860
Once you get an answer, it'd be great if you could work it back into this
5961
documentation and contribute!
6062

@@ -65,6 +67,11 @@ commented on) at the main `MongoDB JIRA bug tracker
6567
<http://jira.mongodb.org/browse/PYTHON>`_, in the "Python Driver"
6668
project.
6769

70+
Feature Requests / Feedback
71+
---------------------------
72+
Use our `feedback engine <https://feedback.mongodb.com/forums/924286-drivers>`_
73+
to send us feature requests and general feedback about PyMongo.
74+
6875
Contributing
6976
------------
7077
**PyMongo** has a large :doc:`community <contributors>` and

0 commit comments

Comments
 (0)