Skip to content

Commit fcb8bf6

Browse files
committed
Use component logo
1 parent af58c1a commit fcb8bf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/javadoc/overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<title>Apache Commons Codec Overview</title>
2020
</head>
2121
<body>
22-
<img src="../images/commons-logo.png" alt="Apache Commons Codec">
22+
<a href="https://commons.apache.org/codec">
23+
<img src="../images/logo.png" alt="Apache Commons Codec">
24+
</a>
2325
<p>Apache Commons Codec consists of a set of utilities and a simple framework for encoding and decoding text and binary data.</p>
2426
<p>
2527
You can find the Javadoc package list at the <a href="#all-packages-table">bottom of this page</a>.

0 commit comments

Comments
 (0)