Skip to content

Commit afa14fb

Browse files
committed
Link to python-bsonjs on pypi
1 parent 0abcb7a commit afa14fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bson/json_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
If your application does not need the flexibility offered by
5252
:class:`JSONOptions` and spends a large amount of time in the `json_util`
5353
module, look to
54-
`python-bsonjs <https://github.com/mongodb-labs/python-bsonjs>`_ for a nice
54+
`python-bsonjs <https://pypi.python.org/pypi/python-bsonjs>`_ for a nice
5555
performance improvement. `python-bsonjs` is a fast BSON to MongoDB
5656
Extended JSON converter for Python built on top of
5757
`libbson <https://github.com/mongodb/libbson>`_. `python-bsonjs` works best

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Python's :mod:`json` module with BSON documents and `MongoDB Extended JSON
442442
as PyMongo supports some special types (like :class:`~bson.objectid.ObjectId`
443443
and :class:`~bson.dbref.DBRef`) that are not supported in JSON.
444444

445-
`python-bsonjs <https://github.com/mongodb-labs/python-bsonjs>`_ is a fast
445+
`python-bsonjs <https://pypi.python.org/pypi/python-bsonjs>`_ is a fast
446446
BSON to MongoDB Extended JSON converter built on top of
447447
`libbson <https://github.com/mongodb/libbson>`_. `python-bsonjs` does not
448448
depend on PyMongo and can offer a nice performance improvement over

0 commit comments

Comments
 (0)