Skip to content

Commit cd73939

Browse files
committed
8259528: Broken Link for [java.text.Normalizer.Form]
Reviewed-by: lancea, joehw, iris
1 parent e9929e2 commit cd73939

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/java.base/share/classes/java/text/Normalizer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -45,7 +45,7 @@
4545
* sorting and searching of text.
4646
* The {@code normalize} method supports the standard normalization forms
4747
* described in
48-
* <a href="http://www.unicode.org/unicode/reports/tr15/tr15-23.html">
48+
* <a href="https://www.unicode.org/reports/tr15/">
4949
* Unicode Standard Annex #15 &mdash; Unicode Normalization Forms</a>.
5050
* <p>
5151
* Characters with accents or other adornments can be encoded in
@@ -112,7 +112,7 @@ public final class Normalizer {
112112
/**
113113
* This enum provides constants of the four Unicode normalization forms
114114
* that are described in
115-
* <a href="http://www.unicode.org/unicode/reports/tr15/tr15-23.html">
115+
* <a href="https://www.unicode.org/reports/tr15/">
116116
* Unicode Standard Annex #15 &mdash; Unicode Normalization Forms</a>
117117
* and two methods to access them.
118118
*

0 commit comments

Comments
 (0)