Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace broken collation comparison level link #6261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/reference/collation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ parameters and the locales they are associated with, see

- Optional. The level of comparison to perform.
Corresponds to `ICU Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_.
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_.
Possible values are:

.. list-table::
Expand Down Expand Up @@ -118,7 +118,7 @@ parameters and the locales they are associated with, see
breaker.

See `ICU Collation: Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_
for details.


Expand Down Expand Up @@ -222,7 +222,7 @@ parameters and the locales they are associated with, see
and are only distinguished at strength levels greater than 3.

See `ICU Collation: Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_
for more information.

Default is ``"non-ignorable"``.
Expand Down
6 changes: 3 additions & 3 deletions source/reference/method/Bulk.find.collation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Description

- Optional. The level of comparison to perform.
Corresponds to `ICU Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_.
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_.
Possible values are:

.. list-table::
Expand Down Expand Up @@ -102,7 +102,7 @@ Description
breaker.

See `ICU Collation: Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_
for details.


Expand Down Expand Up @@ -203,7 +203,7 @@ Description
and are only distinguished at strength levels greater than 3.

See `ICU Collation: Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_
for more information.

Default is ``"non-ignorable"``.
Expand Down
6 changes: 3 additions & 3 deletions source/reference/method/cursor.collation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Definition

- Optional. The level of comparison to perform.
Corresponds to `ICU Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_.
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_.
Possible values are:

.. list-table::
Expand Down Expand Up @@ -107,7 +107,7 @@ Definition
breaker.

See `ICU Collation: Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_
for details.


Expand Down Expand Up @@ -208,7 +208,7 @@ Definition
and are only distinguished at strength levels greater than 3.

See `ICU Collation: Comparison Levels
<http://userguide.icu-project.org/collation/concepts#TOC-Comparison-Levels>`_
<https://unicode-org.github.io/icu/userguide/collation/concepts.html#comparison-levels>`_
for more information.

Default is ``"non-ignorable"``.
Expand Down