Skip to content

Commit 7469995

Browse files
Link updates (#12)
1 parent 1d7d7b9 commit 7469995

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

source/index.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
Introduction
2727
------------
2828

29-
**{+driver-short+}** is a `PyMongo <http://pymongo.readthedocs.io/>`_ extension
30-
containing tools for loading `MongoDB <http://www.mongodb.org>`_ query
29+
**{+driver-short+}** is a `PyMongo <http://pymongo.readthedocs.io/>`__ extension
30+
containing tools for loading `MongoDB <http://www.mongodb.org>`__ query
3131
result-sets as `Apache Arrow <http://arrow.apache.org>`_ tables,
32-
`NumPy <https://numpy.org>`_ arrays, and `Pandas <https://pandas.pydata.org>`_
33-
or `Polars <https://pola.rs/>`_ DataFrames.
32+
`NumPy <https://numpy.org>`__ arrays, and `Pandas <https://pandas.pydata.org>`__
33+
or `Polars <https://pola.rs/>`__ DataFrames.
3434
{+driver-short+} is the recommended way to materialize MongoDB query result-sets as
3535
contiguous-in-memory typed arrays suited for in-memory analytical processing
3636
applications.
@@ -85,26 +85,26 @@ Getting Help
8585
------------
8686

8787
If you're having trouble or have questions about {+driver-short+}, ask your question on
88-
the `MongoDB Community Forum <https://www.mongodb.com/community/forums/tag/python>`_.
88+
the `MongoDB Community Forum <https://www.mongodb.com/community/forums/tag/python>`__.
8989
Once you get an answer, it'd be great if you could work it back into this
9090
documentation and contribute.
9191

9292
Issues
9393
------
9494

9595
Report all issues at the main `MongoDB JIRA bug tracker
96-
<http://jira.mongodb.org/browse/PYTHON>`_ in the "Python Driver"
96+
<https://jira.mongodb.org/projects/ARROW/issues/>`__ in the {+driver-short+}
9797
project.
9898

9999
Feature Requests and Feedback
100100
-----------------------------
101101

102-
Use the `feedback engine <https://feedback.mongodb.com/forums/924286-drivers>`_
102+
Use the `feedback engine <https://feedback.mongodb.com/forums/924286-drivers>`__
103103
to send feature requests and general feedback about {+driver-short+}.
104104

105105
Contributing
106106
------------
107107

108108
Contributions to {+driver-short+} are encouraged. To contribute, fork the project on
109-
`GitHub <https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python>`_
109+
`GitHub <https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python>`__
110110
and send a pull request.

source/installation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Install from Source
9191
~~~~~~~~~~~~~~~~~~~
9292

9393
If the above options still do not allow you to install ``pymongoarrow`` on your
94-
system, you can install from source. To learn how, see the `Developer Guide
95-
<https://mongo-arrow.readthedocs.io/en/{+patch-version-number+}/developer/installation.html>`__.
94+
system, you can install from source. To learn how, see the `Contributing Guide
95+
<https://github.com/mongodb-labs/mongo-arrow/blob/main/bindings/python/CONTRIBUTING.md#installing-from-source>`__.
9696

9797
Dependencies
9898
^^^^^^^^^^^^

0 commit comments

Comments
 (0)