diff --git a/crates/iana-codegen/src/main.rs b/crates/iana-codegen/src/main.rs index 2c2ee0ab..476ae4fa 100644 --- a/crates/iana-codegen/src/main.rs +++ b/crates/iana-codegen/src/main.rs @@ -169,7 +169,7 @@ async fn generate_jose(client: &Arc, path: PathBuf) -> anyhow::Result<() let file = File::new( "JSON Object Signing and Encryption", - "https://www.iana.org/assignments/jose/jose.xhtml", + "https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml", client.clone(), ) .load::() diff --git a/crates/iana/src/jose.rs b/crates/iana/src/jose.rs index 7a615ce9..43e9bf41 100644 --- a/crates/iana/src/jose.rs +++ b/crates/iana/src/jose.rs @@ -13,7 +13,7 @@ // limitations under the License. //! Enums from the "JSON Object Signing and Encryption" IANA registry -//! See +//! See // Do not edit this file manually