fs/jffs2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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@gmail.com>
---
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
在 2026/4/6 0:22, Julian Braha 写道: > 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@gmail.com> > --- > fs/jffs2/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> > 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. >
© 2016 - 2026 Red Hat, Inc.