Fix note on SAM v1/v2

This commit is contained in:
zzz
2021-05-04 17:04:19 -04:00
parent da3feb5ffc
commit e0f9855778

View File

@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %}SAM V3{% endblock %}
{% block lastupdated %}2021-04{% endblock %}
{% block lastupdated %}2021-05{% endblock %}
{% block accuratefor %}0.9.50{% endblock %}
{% block content %}
<p>SAM is a simple client protocol for interacting with I2P.
@ -18,9 +18,9 @@ Alternatives:
<a href="streaming">Streaming</a>,
<a href="{{ site_url('docs/protocol/i2cp') }}">I2CP</a>,
<a href="{{ site_url('docs/api/bob') }}">BOB (deprecated)</a>.
Older versions:
Deprecated versions:
<a href="{{ site_url('docs/api/sam') }}">SAM V1</a>,
<a href="{{ site_url('docs/api/samv2') }}">SAM V2</a>,
<a href="{{ site_url('docs/api/samv2') }}">SAM V2</a>
</p>
<h2>Known SAM libraries</h2>