From 6ff42ea9b2bb94141c39d2cc98db5d69cc5ca2ad Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Thu, 2 May 2024 07:31:26 +0200 Subject: [PATCH] Fix broken link in doc, release-identifier The release identifier has been removed in newer epub definition https://github.com/w3c/epub-specs/issues/1440 Fix https://github.com/danigm/epub-rs/issues/43 --- src/doc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc.rs b/src/doc.rs index b21b248..5ab4b12 100644 --- a/src/doc.rs +++ b/src/doc.rs @@ -248,7 +248,7 @@ impl EpubDoc { } /// Returns Release Identifier defined at - /// + /// https://www.w3.org/publishing/epub32/epub-packages.html#sec-metadata-elem-identifiers-pid pub fn get_release_identifier(&self) -> Option { match ( self.unique_identifier.as_ref(),