Skip to content

Commit 256f5a2

Browse files
authored
PYTHON-4402 Remove dead links (#1619)
1 parent 9f0c0c5 commit 256f5a2

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ jobs:
109109
- name: Install dependencies
110110
run: |
111111
pip install -q tox
112-
- name: Check links
113-
run: |
114-
tox -m linkcheck
115112
- name: Build docs
116113
run: |
117114
tox -m doc

doc/migrate-to-pymongo4.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -637,12 +637,10 @@ Collection.group is removed
637637
...........................
638638

639639
Removed :meth:`pymongo.collection.Collection.group`. This method was
640-
deprecated in PyMongo 3.5. MongoDB 4.2 removed the `group command`_.
640+
deprecated in PyMongo 3.5. MongoDB 4.2 removed the group command.
641641
Use :meth:`~pymongo.collection.Collection.aggregate` with the ``$group`` stage
642642
instead.
643643

644-
.. _group command: https://mongodb.com/docs/manual/reference/command/group/
645-
646644
Collection.map_reduce and Collection.inline_map_reduce are removed
647645
..................................................................
648646

@@ -940,9 +938,7 @@ Collection.parallel_scan is removed
940938
...................................
941939

942940
Removed :meth:`~pymongo.collection.Collection.parallel_scan`. MongoDB 4.2
943-
removed the `parallelCollectionScan command`_. There is no replacement.
944-
945-
.. _parallelCollectionScan command: https://mongodb.com/docs/manual/reference/command/parallelCollectionScan/
941+
removed the parallelCollectionScan command. There is no replacement.
946942

947943
pymongo.message helpers are removed
948944
...................................

0 commit comments

Comments
 (0)