[PATCH] [JFFS2] update dead link in kconfig help text

From: Julian Braha

Date: Sun Apr 05 2026 - 12:23:15 EST


The existing http://www.gzip.org/zlib/ link in the help text gives a 404
error. I believe the most up-to-date website for zlib
is https://www.zlib.net/

Let's update it.

This dead link was found by kconfirm, a static analysis tool for Kconfig.

Signed-off-by: Julian Braha <julianbraha@xxxxxxxxx>
---
fs/jffs2/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
index 560187d61562..289dc25f62cb 100644
--- a/fs/jffs2/Kconfig
+++ b/fs/jffs2/Kconfig
@@ -119,7 +119,7 @@ config JFFS2_ZLIB
help
Zlib is designed to be a free, general-purpose, legally unencumbered,
lossless data-compression library for use on virtually any computer
- hardware and operating system. See <http://www.gzip.org/zlib/> for
+ hardware and operating system. See <https://www.zlib.net/> for
further information.

Say 'Y' if unsure.
--
2.53.0