mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
doc: Fix javadoc links to new url for framing_format.txt (#565)
This commit is contained in:
parent
4752b963a0
commit
2e7b665b0f
@ -28,7 +28,7 @@ import org.xerial.snappy.pool.DefaultPoolFactory;
|
||||
|
||||
/**
|
||||
* Implements the <a
|
||||
* href="http://snappy.googlecode.com/svn/trunk/framing_format.txt"
|
||||
* href="https://github.com/google/snappy/blob/main/framing_format.txt"
|
||||
* >x-snappy-framed</a> as an {@link InputStream} and
|
||||
* {@link ReadableByteChannel}.
|
||||
*
|
||||
|
@ -24,7 +24,7 @@ import org.xerial.snappy.pool.DefaultPoolFactory;
|
||||
|
||||
/**
|
||||
* Implements the <a
|
||||
* href="http://snappy.googlecode.com/svn/trunk/framing_format.txt"
|
||||
* href="https://github.com/google/snappy/blob/main/framing_format.txt"
|
||||
* >x-snappy-framed</a> as an {@link OutputStream} and
|
||||
* {@link WritableByteChannel}.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user