File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ impl KeyPair {
76
76
}
77
77
78
78
/// Obtains the key pair from a DER formatted key
79
- /// using the specified [`SignatureAlgorithm`](SignatureAlgorithm)
79
+ /// using the specified [`SignatureAlgorithm`]
80
80
///
81
81
/// Same as [from_pem_and_sign_algo](Self::from_pem_and_sign_algo).
82
82
///
@@ -92,11 +92,11 @@ impl KeyPair {
92
92
}
93
93
94
94
/// Obtains the key pair from a DER formatted key
95
- /// using the specified [`SignatureAlgorithm`](SignatureAlgorithm)
95
+ /// using the specified [`SignatureAlgorithm`]
96
96
///
97
97
/// Usually, calling this function is not neccessary and you can just call
98
98
/// [`from_der`](Self::from_der) instead. That function will try to figure
99
- /// out a fitting [`SignatureAlgorithm`](SignatureAlgorithm) for the given
99
+ /// out a fitting [`SignatureAlgorithm`] for the given
100
100
/// key pair. However sometimes multiple signature algorithms fit for the
101
101
/// same der key. In that instance, you can use this function to precisely
102
102
/// specify the `SignatureAlgorithm`.
You can’t perform that action at this time.
0 commit comments