diff --git a/hts-sys/src/lib.rs b/hts-sys/src/lib.rs index da1a810c2..8573f0f1e 100644 --- a/hts-sys/src/lib.rs +++ b/hts-sys/src/lib.rs @@ -3,7 +3,7 @@ #![allow(non_snake_case)] #![allow(clippy::all)] #![allow(improper_ctypes)] -//! This module exposes the raw HTSlib bindings. +//! This module exposes the raw [HTSlib](https://github.com/samtools/htslib) bindings. #[cfg(feature = "bzip2")] extern crate bzip2_sys;