Repository: commons-compress Updated Branches: refs/heads/master a080293da -> 20ad59f7b
anchor seems to be different now Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/9ce9e4be Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/9ce9e4be Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/9ce9e4be Branch: refs/heads/master Commit: 9ce9e4bece6a2234b2b1015148982b90409c3107 Parents: a080293 Author: Stefan Bodewig <bode...@apache.org> Authored: Fri Jun 15 20:00:14 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Fri Jun 15 20:00:14 2018 +0200 ---------------------------------------------------------------------- src/site/xdoc/examples.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/9ce9e4be/src/site/xdoc/examples.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml index 4a3481c..5f9d2b0 100644 --- a/src/site/xdoc/examples.xml +++ b/src/site/xdoc/examples.xml @@ -154,7 +154,7 @@ CompressorInputStream input = new CompressorStreamFactory() requires random access to the input and cannot be used for general streams. The ZIP implementation can benefit a lot from random access as well, see the <a - href="zip.html#ZipArchiveInputStream%20vs$20ZipFile">zip + href="zip.html#ZipArchiveInputStream_vs_ZipFile">zip page</a> for details.</p> <p>Assuming you want to extract an archive to a target