Skip to content

Commit 847015c

Browse files
committed
Fix link
Closes #481
1 parent 24cf929 commit 847015c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ fn next_portal() -> String {
157157
///
158158
/// Requires the `runtime` Cargo feature (enabled by default).
159159
///
160-
/// [`Config`]: ./Config.t.html
160+
/// [`Config`]: config/struct.Config.html
161161
#[cfg(feature = "runtime")]
162162
pub fn connect<T>(config: &str, tls: T) -> impls::Connect<T>
163163
where

0 commit comments

Comments
 (0)