|
19 | 19 | <title>Apache Commons Codec Overview</title> |
20 | 20 | </head> |
21 | 21 | <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> |
25 | 23 | <p>Apache Commons Codec consists of a set of utilities and a simple framework for encoding and decoding text and binary data.</p> |
26 | 24 | <p> |
27 | 25 | You can find the Javadoc package list at the <a href="#all-packages-table">bottom of this page</a>. |
28 | 26 | </p> |
29 | 27 | <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> |
31 | 29 | <p>Interfaces and classes used by the various implementations in the sub-packages.</p> |
32 | 30 | <table> |
33 | 31 | <caption>Binary Encoders</caption> |
@@ -82,7 +80,7 @@ <h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt= |
82 | 80 | </table> |
83 | 81 | </section> |
84 | 82 | <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> |
86 | 84 | <p> |
87 | 85 | <strong>WARNING:</strong> Some of the functions in this package might not be suitable for cryptography, or are no longer cryptographically-secure. |
88 | 86 | </p> |
@@ -152,7 +150,7 @@ <h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt= |
152 | 150 | </table> |
153 | 151 | </section> |
154 | 152 | <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> |
156 | 154 | <table> |
157 | 155 | <caption>Language Encoders</caption> |
158 | 156 | <tr> |
@@ -190,7 +188,7 @@ <h1><img src="../images/leaf.svg" style="height: 1em; padding-right:0.25em" alt= |
190 | 188 | </table> |
191 | 189 | </section> |
192 | 190 | <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> |
194 | 192 | <table> |
195 | 193 | <caption>Network Encoders</caption> |
196 | 194 | <tr> |
|
0 commit comments