From 4b732dad19a01595c99611c93a92e20de8480eec Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 9 Dec 2017 15:50:23 -0800 Subject: [PATCH] Fix link --- openssl/src/ssl/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/ssl/mod.rs b/openssl/src/ssl/mod.rs index 6ef399642..e72861639 100644 --- a/openssl/src/ssl/mod.rs +++ b/openssl/src/ssl/mod.rs @@ -1378,7 +1378,7 @@ foreign_type! { /// These can be cached to share sessions across connections. pub struct SslSession; - /// Reference to [`SslSession]`. + /// Reference to [`SslSession`]. /// /// [`SslSession`]: struct.SslSession.html pub struct SslSessionRef; -- GitLab