Repository: commons-compress Updated Branches: refs/heads/master 33993cde7 -> ed3c605fc
Google Code is dead Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/906d212e Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/906d212e Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/906d212e Branch: refs/heads/master Commit: 906d212eb866b965d12950701bb49ecc4270776b Parents: 33993cd Author: Stefan Bodewig <bode...@apache.org> Authored: Sat Feb 4 14:46:08 2017 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sat Feb 4 14:46:08 2017 +0100 ---------------------------------------------------------------------- src/site/xdoc/examples.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/906d212e/src/site/xdoc/examples.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml index f624242..ec6a130 100644 --- a/src/site/xdoc/examples.xml +++ b/src/site/xdoc/examples.xml @@ -648,7 +648,7 @@ LOOP UNTIL entry.getSize() HAS BEEN READ { <subsection name="Snappy"> <p>There are two different "formats" used for <a - href="http://code.google.com/p/snappy/">Snappy</a>, one only + href="https://github.com/google/snappy/">Snappy</a>, one only contains the raw compressed data while the other provides a higher level "framing format" - Commons Compress offers two different stream classes for reading either format.</p>