From d90b39b265907b2d22db4b2a69ea2c530e617234 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 16 Feb 2023 02:13:35 +0100 Subject: [PATCH] fixed a broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4966d35..47953ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Scripts written with the help of ChatGPT -- [`pdf-compress`](./pdf-compress) +- [`pdf-compress`](./bin/pdf-compress) A utility that uses convert to render each page of a PDF to a JPEG image and then merges them back into a single document.