Skip to content

Commit 57a1cc6

Browse files
committed
Replace goo.gl shortlinks with their actual links
1 parent 9a035ee commit 57a1cc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/arrays.dd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -909,18 +909,18 @@ d = 'd'; // d is assigned the character 'd'
909909

910910
$(H4 $(LEGACY_LNAME2 strings_unicode, strings-unicode, Strings and Unicode))
911911
$(P Note that built-in comparison operators operate on a
912-
$(HTTPS goo.gl/zRY1K, code unit) basis.
912+
$(LINK2 http://www.unicode.org/glossary/#code_unit, code unit) basis.
913913
The end result for valid strings is the same as that of
914-
$(HTTPS goo.gl/WR424, code point)
915-
for $(HTTPS goo.gl/WR424, code point)
914+
$(LINK2 http://www.unicode.org/glossary/#code_point, code point)
915+
for $(LINK2 http://www.unicode.org/glossary/#code_point, code point)
916916
comparison as long as both strings are in the same
917-
$(HTTPS goo.gl/3DKfI, normalization form).
917+
$(LINK2 http://www.unicode.org/glossary/#normalization_form, normalization form).
918918
Since normalization is a costly operation not suitable for language
919919
primitives it's assumed to be enforced by the user.
920920
)
921921
$(P The standard library lends a hand for comparing strings with mixed encodings
922922
(by transparently decoding, see $(REF cmp, std,algorithm)),
923-
$(REF_ALTTEXT case-insensitive comparison icmp, std,uni) and $(REF_ALTTEXT normalization, normalize, std,uni).
923+
$(REF_ALTTEXT case-insensitive comparison, icmp, std,uni) and $(REF_ALTTEXT normalization, normalize, std,uni).
924924
)
925925
$(P Last but not least, a desired string sorting order differs
926926
by culture and language and is usually nothing like code point

0 commit comments

Comments
 (0)