Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #157652 - davidhewitt:unicode-norm-doc, r=mejrs
fix doc for unicode normalization faq on `casefold` APIs
APIs added in https://github.com/rust-lang/rust/pull/154742 have an outbound doc link to https://www.unicode.org/faq/normalization, but this URL appears to not exist.
The correct URL appears to be https://www.unicode.org/faq/normalization.html
cc @Jules-Bertholet