Skip to content

Commit

Permalink
http -> https links
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStapp committed Sep 18, 2024
1 parent 790bfe2 commit e3044c0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/api/pymongo/asynchronous/change_stream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at http://jira.mongodb.org/browse/PYTHON.
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. automodule:: pymongo.asynchronous.change_stream
:members:
2 changes: 1 addition & 1 deletion doc/api/pymongo/asynchronous/client_session.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at http://jira.mongodb.org/browse/PYTHON.
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. automodule:: pymongo.asynchronous.client_session
:members:
2 changes: 1 addition & 1 deletion doc/api/pymongo/asynchronous/collection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at http://jira.mongodb.org/browse/PYTHON.
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. automodule:: pymongo.asynchronous.collection
:synopsis: Collection level operations
Expand Down
2 changes: 1 addition & 1 deletion doc/api/pymongo/asynchronous/command_cursor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at http://jira.mongodb.org/browse/PYTHON.
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. automodule:: pymongo.asynchronous.command_cursor
:synopsis: Tools for iterating over MongoDB command results
Expand Down
2 changes: 1 addition & 1 deletion doc/api/pymongo/asynchronous/cursor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at http://jira.mongodb.org/browse/PYTHON.
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. automodule:: pymongo.asynchronous.cursor
:synopsis: Tools for iterating over MongoDB query results
Expand Down
2 changes: 1 addition & 1 deletion doc/api/pymongo/asynchronous/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at http://jira.mongodb.org/browse/PYTHON.
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. automodule:: pymongo.asynchronous.database
:synopsis: Database level operations
Expand Down
2 changes: 1 addition & 1 deletion doc/api/pymongo/asynchronous/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at http://jira.mongodb.org/browse/PYTHON.
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. automodule:: pymongo.asynchronous
:synopsis: Asynchronous Python driver for MongoDB
Expand Down
2 changes: 1 addition & 1 deletion doc/api/pymongo/asynchronous/mongo_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at http://jira.mongodb.org/browse/PYTHON.
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. automodule:: pymongo.asynchronous.mongo_client
:synopsis: Tools for connecting to MongoDB
Expand Down

0 comments on commit e3044c0

Please sign in to comment.