Skip to content

Commit

Permalink
Fix doc comment URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Feb 29, 2024
1 parent 87fc33b commit 1131afa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/jwk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ pub struct CoreJsonWebKey {
#[serde(skip_serializing_if = "Option::is_none")]
pub(crate) kid: Option<JsonWebKeyId>,

/// The algorithm intended to be used with this key (https://www.rfc-editor.org/rfc/rfc7517#section-4.4)
/// The algorithm intended to be used with this key (see
/// [RFC 7517](https://www.rfc-editor.org/rfc/rfc7517#section-4.4)).
///
/// It can either be an algorithm intended for use with JWS or JWE, or something different.
#[cfg(feature = "jwk-alg")]
#[serde(skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit 1131afa

Please sign in to comment.