diff --git a/tokio-postgres/src/lib.rs b/tokio-postgres/src/lib.rs index 1aaf8202..2379a261 100644 --- a/tokio-postgres/src/lib.rs +++ b/tokio-postgres/src/lib.rs @@ -157,7 +157,7 @@ fn next_portal() -> String { /// /// Requires the `runtime` Cargo feature (enabled by default). /// -/// [`Config`]: ./Config.t.html +/// [`Config`]: config/struct.Config.html #[cfg(feature = "runtime")] pub fn connect(config: &str, tls: T) -> impls::Connect where