icu: Make links in docstrings actual links
Thanks `cargo doc` for the helpful warnings!
This commit is contained in:
parent
70cba2279e
commit
8d4ed296d0
6 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Crate wrapping what we need from ICU’s C API for JIDs.
|
||||
//!
|
||||
//! See http://site.icu-project.org/
|
||||
//! See <http://site.icu-project.org/>
|
||||
|
||||
use crate::bindings::{
|
||||
icu_stringprep_open, icu_stringprep_prepare, UChar, UErrorCode, UStringPrepProfile,
|
||||
|
|
|
|||
Loading…
Reference in a new issue