Assorted internal and external URL fixes
This commit is contained in:
@ -47,9 +47,9 @@ the key=value pairs can change (e.g. "ONE TWO A=B C=D" or
|
||||
addition, the protocol is case-sensitive.
|
||||
|
||||
Communication can take three distinct forms:
|
||||
* <a href="streaming.html">Virtual streams</a>
|
||||
* <a href="datagrams.html#repliable">Repliable datagrams</a> (messages with a FROM field)
|
||||
* <a href="datagrams.html#raw">Anonymous datagrams</a> (raw anonymous messages)
|
||||
* <a href="{{ site_url('docs/api/streaming') }}">Virtual streams</a>
|
||||
* <a href="{{ site_url('docs/spec/datagrams') }}#repliable">Repliable datagrams</a> (messages with a FROM field)
|
||||
* <a href="{{ site_url('docs/spec/datagrams') }}#raw">Anonymous datagrams</a> (raw anonymous messages)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
SAM connection handshake
|
||||
@ -401,8 +401,8 @@ Tunnel, I2CP, and Streaming Options
|
||||
These options may be passed in as name=value pairs at the end of a
|
||||
SAM SESSION CREATE line.
|
||||
|
||||
All sessions may include <a href="i2cp.html#options">I2CP options such as tunnel lengths</a>.
|
||||
STREAM sessions may include <a href="streaming.html#options">Streaming lib options</a>.
|
||||
All sessions may include <a href="{{ site_url('docs/protocol/i2cp') }}#options">I2CP options such as tunnel lengths</a>.
|
||||
STREAM sessions may include <a href="{{ site_url('docs/api/streaming') }}#options">Streaming lib options</a>.
|
||||
See those references for option names and defaults.
|
||||
|
||||
|
||||
@ -417,7 +417,7 @@ Base 64 encoding must use the I2P standard Base 64 alphabet "A-Z, a-z, 0-9, -, ~
|
||||
Client library implementations:
|
||||
----------------------------------------------------------------------
|
||||
Client libraries are available for C, C++, C#, Perl, and Python.
|
||||
These are in the apps/sam/ directory in the <a href="download.html">I2P Source Package</a>.
|
||||
These are in the apps/sam/ directory in the <a href="{{ get_url('downloads_list') }}">I2P Source Package</a>.
|
||||
Some may be older and have not been updated for SAMv2 support.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user