From 847015c655e6d4c1b34e2507b8eff8933abc6aba Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 8 Sep 2019 16:54:10 -0700 Subject: [PATCH] Fix link Closes #481 --- tokio-postgres/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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