This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit fcb8bf612ccdf25c11573ebe82dd9f0474e606d5 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 2 09:29:48 2025 -0500 Use component logo --- src/main/javadoc/overview.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html index 16ea0f6d..cbe5e8d3 100644 --- a/src/main/javadoc/overview.html +++ b/src/main/javadoc/overview.html @@ -19,7 +19,9 @@ <title>Apache Commons Codec Overview</title> </head> <body> - <img src="../images/commons-logo.png" alt="Apache Commons Codec"> + <a href="https://commons.apache.org/codec"> + <img src="../images/logo.png" alt="Apache Commons Codec"> + </a> <p>Apache Commons Codec consists of a set of utilities and a simple framework for encoding and decoding text and binary data.</p> <p> You can find the Javadoc package list at the <a href="#all-packages-table">bottom of this page</a>.
