Skip to content

Commit ad145ad

Browse files
committed
Fix rustdoc URL syntax
1 parent ffa66a2 commit ad145ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/certificates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fn load_domain(certs_dir: &Path, domain: String) -> Result<CertifiedKey, CertLoa
9898
/// possible type until we find one that works.
9999
///
100100
/// We should probably stop doing this and use a PEM file instead:
101-
/// https://github.com/rustls/rustls/issues/1661
101+
/// <https://github.com/rustls/rustls/issues/1661>
102102
fn der_to_private_key(der: &[u8]) -> Result<Arc<dyn SigningKey>, rustls::Error> {
103103
let keys = [
104104
PrivateKeyDer::Pkcs1(pki_types::PrivatePkcs1KeyDer::from(der)),

0 commit comments

Comments
 (0)