Skip to content

Commit

Permalink
Fix broken link in doc, release-identifier
Browse files Browse the repository at this point in the history
The release identifier has been removed in newer epub definition
w3c/epub-specs#1440

Fix #43
  • Loading branch information
danigm committed May 2, 2024
1 parent 38e091a commit 6ff42ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ impl<R: Read + Seek> EpubDoc<R> {
}

/// Returns Release Identifier defined at
/// <https://www.w3.org/publishing/epub3/epub-packages.html#sec-metadata-elem-identifiers-pid>
/// https://www.w3.org/publishing/epub32/epub-packages.html#sec-metadata-elem-identifiers-pid
pub fn get_release_identifier(&self) -> Option<String> {
match (
self.unique_identifier.as_ref(),
Expand Down

0 comments on commit 6ff42ea

Please sign in to comment.