This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 64961f9  Fix Unicode Collation Algorithm link (#620)
64961f9 is described below

commit 64961f989f20914defdf9a2f9515719d6ae15264
Author: tmdoit <[email protected]>
AuthorDate: Wed Feb 3 22:39:31 2021 +0100

    Fix Unicode Collation Algorithm link (#620)
---
 src/ddocs/views/collation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ddocs/views/collation.rst b/src/ddocs/views/collation.rst
index 37fae9f..f168275 100644
--- a/src/ddocs/views/collation.rst
+++ b/src/ddocs/views/collation.rst
@@ -169,7 +169,7 @@ Note that:
   lowercase before uppercase, so ``a < A``
 
 .. _ICU: http://site.icu-project.org/
-.. _Unicode Collation Algorithm: http://www.unicode.org/unicode/reports/tr10/
+.. _Unicode Collation Algorithm: https://www.unicode.org/reports/tr10/
 
 You can demonstrate the collation sequence for 7-bit ASCII characters like 
this:
 

Reply via email to