From f6396f5fd486f364fc2ffe5968cfdc1c27d49266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Gon=C3=A7alves?= Date: Sun, 27 Oct 2024 15:50:46 +0000 Subject: [PATCH] Update docs link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81c5971e..2d0bd27e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ signer.sign(new SignedDataObjects(obj), doc.getDocumentElement()); # Docs and Q&A - General usage documentation can be found on the project's [wiki](https://github.com/luisgoncalves/xades4j/wiki). -- Javadocs for the latest version can be found [here](http://luisgoncalves.github.io/xades4j/javadocs/2.2.0). +- Javadocs for the latest version can be found [here](http://luisgoncalves.github.io/xades4j/javadocs/2.4.0). - Unit tests in the source code illustrate all the features. - Overview of the architecture and implementation on the [XAdES4j Prezi](http://prezi.com/06vyxbgohncv/xades4j-en/). - `xades4j` tag on [Stack Overflow](http://stackoverflow.com/questions/tagged/xades4j).