Skip to content

Commit 55f9cfd

Browse files
committed
Fix oak leaf icon references in overview.html when running `mvn clean
javadoc:javadoc`
1 parent 891cb89 commit 55f9cfd

File tree

4 files changed

+51
-7
lines changed

4 files changed

+51
-7
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
4545
<body>
4646
<release version="1.20.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4747
<!-- FIX -->
48+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix oak leaf icon references in overview.html when running `mvn clean javadoc:javadoc`.</action>
4849
<!-- ADD -->
4950
<!-- UPDATE -->
5051
</release>
Lines changed: 45 additions & 0 deletions
Loading
10.1 KB
Loading

src/main/javadoc/overview.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@
1919
<title>Apache Commons Codec Overview</title>
2020
</head>
2121
<body>
22-
<a href="https://commons.apache.org/codec">
23-
<img src="../images/logo.png" alt="Apache Commons Codec">
24-
</a>
22+
<a href="https://commons.apache.org/codec"> <img src="org/apache/commons/codec/doc-files/logo.png" alt="Apache Commons Codec"></a>
2523
<p>Apache Commons Codec consists of a set of utilities and a simple framework for encoding and decoding text and binary data.</p>
2624
<p>
2725
You can find the Javadoc package list at the <a href="#all-packages-table">bottom of this page</a>.
2826
</p>
2927
<section>
30-
<h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt="leaf">Binary Encoders</h1>
28+
<h1><img src="org/apache/commons/codec/doc-files/leaf.svg" style="height: 1em; padding-right:0.25em" alt="leaf">Binary Encoders</h1>
3129
<p>Interfaces and classes used by the various implementations in the sub-packages.</p>
3230
<table>
3331
<caption>Binary Encoders</caption>
@@ -82,7 +80,7 @@ <h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt=
8280
</table>
8381
</section>
8482
<section>
85-
<h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt="leaf">Digest Encoders</h1>
83+
<h1><img src="org/apache/commons/codec/doc-files/leaf.svg" style="height: 1em; padding-right:0.25em" alt="leaf">Digest Encoders</h1>
8684
<p>
8785
<strong>WARNING:</strong> Some of the functions in this package might not be suitable for cryptography, or are no longer cryptographically-secure.
8886
</p>
@@ -152,7 +150,7 @@ <h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt=
152150
</table>
153151
</section>
154152
<section>
155-
<h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt="leaf">Language Encoders</h1>
153+
<h1><img src="org/apache/commons/codec/doc-files/leaf.svg" style="height: 1em; padding-right:0.25em" alt="leaf">Language Encoders</h1>
156154
<table>
157155
<caption>Language Encoders</caption>
158156
<tr>
@@ -190,7 +188,7 @@ <h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt=
190188
</table>
191189
</section>
192190
<section>
193-
<h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt="leaf">Network Encoders</h1>
191+
<h1><img src="org/apache/commons/codec/doc-files/leaf.svg" style="height: 1em; padding-right:0.25em" alt="leaf">Network Encoders</h1>
194192
<table>
195193
<caption>Network Encoders</caption>
196194
<tr>

0 commit comments

Comments
 (0)