diff options
Diffstat (limited to 'src/java/org/apache/poi/poifs/crypt/package.html')
-rw-r--r-- | src/java/org/apache/poi/poifs/crypt/package.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/poi/poifs/crypt/package.html b/src/java/org/apache/poi/poifs/crypt/package.html index 977cf8b5a9..0cc2d4b67a 100644 --- a/src/java/org/apache/poi/poifs/crypt/package.html +++ b/src/java/org/apache/poi/poifs/crypt/package.html @@ -27,7 +27,7 @@ <ul> <li>This package contains common functions for both current implemented cipher modes.</li> <li>the {@link org.apache.poi.poifs.crypt.standard standard} package is part of the base poi jar and contains classes for the standard encryption ...</li> -<li>the {@link org.apache.poi.poifs.crypt.agile agile} package is part of the poi ooxml jar and the provides agile encryption support.</li> +<li>the <a href="https://poi.apache.org/apidocs/org/apache/poi/poifs/crypt/agile/package-summary.html">agile</a> package is part of the poi ooxml jar and the provides agile encryption support.</li> </ul> <h2>Related Documentation</h2> @@ -39,6 +39,6 @@ Some implementations informations can be found under: <!-- Put @see and @since tags down here. --> @see org.apache.poi.poifs.crypt.standard -@see org.apache.poi.poifs.crypt.agile +@see <a href="https://poi.apache.org/apidocs/org/apache/poi/poifs/crypt/agile/package-summary.html">org.apache.poi.poifs.crypt.agile</a> </body> </html> |