This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new bcfe9fa0 PDFBOX-5300: fix broken link
bcfe9fa0 is described below

commit bcfe9fa0304b6fafb2d81f0c9beb8a204816c147
Author: Tilman Hausherr <til...@apache.org>
AuthorDate: Tue May 14 11:04:32 2024 +0200

    PDFBOX-5300: fix broken link
---
 content/2.0/dependencies.md | 2 +-
 content/3.0/dependencies.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index 75c00258..c34dfbe1 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -71,7 +71,7 @@ PDFBox does not ship with all features enabled. Third party 
components are neces
 PDF supports embedded image files, however support for some formats require 
third party libraries which are distributed under terms incompatible with the 
Apache 2.0 license:
 
 - Reading **JBIG2** images: [JBIG2 
ImageIO](https://pdfbox.apache.org/download.cgi#JBIG2)
-- Reading **JPEG 2000 (JPX)** images: [JAI Image I/O Tools 
Core](https://java.net/projects/jai-imageio-core)
+- Reading **JPEG 2000 (JPX)** images: [JAI Image I/O 
Tools](https://www.oracle.com/java/technologies/java-archive-downloads-java-client-downloads.html)
 - Writing **TIFF** images requires *JAI Image I/O Tools Core* also.
 
 These libraries are optional and will be loaded if present on the classpath, 
otherwise support for these image formats will be disabled and a warning will 
be logged when an unsupported image is encountered.
diff --git a/content/3.0/dependencies.md b/content/3.0/dependencies.md
index 8748558d..4a720947 100644
--- a/content/3.0/dependencies.md
+++ b/content/3.0/dependencies.md
@@ -71,7 +71,7 @@ PDFBox does not ship with all features enabled. Third party 
components are neces
 PDF supports embedded image files, however support for some formats require 
third party libraries which are distributed under terms incompatible with the 
Apache 2.0 license:
 
 - Reading **JBIG2** images: [JBIG2 
ImageIO](https://pdfbox.apache.org/download.cgi#JBIG2)
-- Reading **JPEG 2000 (JPX)** images: [JAI Image I/O Tools 
Core](https://java.net/projects/jai-imageio-core)
+- Reading **JPEG 2000 (JPX)** images: [JAI Image I/O 
Tools](https://www.oracle.com/java/technologies/java-archive-downloads-java-client-downloads.html)
 - Writing **TIFF** images requires *JAI Image I/O Tools Core* also.
 
 These libraries are optional and will be loaded if present on the classpath, 
otherwise support for these image formats will be disabled and a warning will 
be logged when an unsupported image is encountered.

Reply via email to