Skip to content

Commit 47686c8

Browse files
authored
PYTHON-3543 Broken Links for ICU Project (#1129)
1 parent f5d09e1 commit 47686c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/examples/collations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ or with plain Python dictionaries. The structure is the same::
4242
backwards=<bool>)
4343

4444
The only required parameter is ``locale``, which the server parses as
45-
an `ICU format locale ID <http://userguide.icu-project.org/locale>`_.
45+
an `ICU format locale ID <https://www.mongodb.com/docs/manual/reference/collation-locales-defaults/>`_.
4646
For example, set ``locale`` to ``en_US`` to represent US English
4747
or ``fr_CA`` to represent Canadian French.
4848

pymongo/collation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""Tools for working with `collations`_.
1616
17-
.. _collations: http://userguide.icu-project.org/collation/concepts
17+
.. _collations: https://www.mongodb.com/docs/manual/reference/collation/
1818
"""
1919
from typing import Any, Dict, Mapping, Optional, Union
2020

0 commit comments

Comments
 (0)