diff --git a/icu/src/bindings.rs b/icu/src/bindings.rs
index e55ea100..d306e442 100644
--- a/icu/src/bindings.rs
+++ b/icu/src/bindings.rs
@@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICU’s C API for JIDs.
//!
-//! See http://site.icu-project.org/
+//! See
use std::os::raw::c_char;
diff --git a/icu/src/error.rs b/icu/src/error.rs
index 555ccfe8..b012f56e 100644
--- a/icu/src/error.rs
+++ b/icu/src/error.rs
@@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICU’s C API for JIDs.
//!
-//! See http://site.icu-project.org/
+//! See
use crate::bindings::{icu_error_code_to_name, UErrorCode};
use std::ffi::CStr;
diff --git a/icu/src/idna2008.rs b/icu/src/idna2008.rs
index 117730c2..04798b59 100644
--- a/icu/src/idna2008.rs
+++ b/icu/src/idna2008.rs
@@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICU’s C API for JIDs.
//!
-//! See http://site.icu-project.org/
+//! See
use crate::bindings::{
icu_idna_name_to_ascii, icu_idna_name_to_unicode, icu_idna_open, UErrorCode, UIDNAInfo,
diff --git a/icu/src/lib.rs b/icu/src/lib.rs
index 9f301af4..fa058b48 100644
--- a/icu/src/lib.rs
+++ b/icu/src/lib.rs
@@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICU’s C API for JIDs.
//!
-//! See http://site.icu-project.org/
+//! See
#![deny(missing_docs)]
diff --git a/icu/src/spoof.rs b/icu/src/spoof.rs
index d0346ab0..80d22d40 100644
--- a/icu/src/spoof.rs
+++ b/icu/src/spoof.rs
@@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICU’s C API for JIDs.
//!
-//! See http://site.icu-project.org/
+//! See
use crate::bindings::{
icu_spoof_get_skeleton, icu_spoof_open, icu_spoof_set_checks, UErrorCode, USpoofChecker,
diff --git a/icu/src/stringprep.rs b/icu/src/stringprep.rs
index 8020b637..c4436d76 100644
--- a/icu/src/stringprep.rs
+++ b/icu/src/stringprep.rs
@@ -1,6 +1,6 @@
//! Crate wrapping what we need from ICU’s C API for JIDs.
//!
-//! See http://site.icu-project.org/
+//! See
use crate::bindings::{
icu_stringprep_open, icu_stringprep_prepare, UChar, UErrorCode, UStringPrepProfile,