From 2e301ffbe9c342dd3ae4b635d73cf088eedb1aff Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Fri, 26 Sep 2014 15:56:57 +0000
Subject: [PATCH] SAM link fix take 99

---
 i2p2www/pages/site/docs/api/sam.html   | 10 +++++-----
 i2p2www/pages/site/docs/api/samv2.html | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/i2p2www/pages/site/docs/api/sam.html b/i2p2www/pages/site/docs/api/sam.html
index 204e54d18..fbd595624 100644
--- a/i2p2www/pages/site/docs/api/sam.html
+++ b/i2p2www/pages/site/docs/api/sam.html
@@ -1,7 +1,7 @@
 {% extends "global/layout.html" %}
 {% block title %}SAM V1 Specification{% endblock %}
-{% block lastupdated %}July 2014{% endblock %}
-{% block accuratefor %}0.9.14{% endblock %}
+{% block lastupdated %}September 2014{% endblock %}
+{% block accuratefor %}0.9.15{% endblock %}
 {% block content %}
 <p>Specified below is version 1 of a simple client protocol for interacting with
 I2P.
@@ -109,14 +109,14 @@ that name, it creates a new one.  If the destination is specified
 as TRANSIENT, it always creates a new one.
 
 Note that DESTINATION is an identifier, <i>not</i> Base 64 encoded data.
-To specify the Destination, you must use <a href="samv3>SAM V3</a>.
+To specify the Destination, you must use <a href="samv3">SAM V3</a>.
 
-The DIRECTION can be specified for STREAM sessions, instructing 
+The DIRECTION can be specified for STREAM sessions only, instructing 
 the bridge that the client will either be creating or receiving
 streams, or both.  If this is not specified, BOTH will be assumed.
 Attempting to create an outbound stream when DIRECTION=RECEIVE
 should result in an error, and incoming streams when 
-DIRECTION=CREATE should be ignored.
+DIRECTION=CREATE will be ignored.
 
 Additional options given should be fed into the I2P session 
 configuration if not interpreted by the SAM bridge (e.g. 
diff --git a/i2p2www/pages/site/docs/api/samv2.html b/i2p2www/pages/site/docs/api/samv2.html
index f1f14d88e..6cee5d1d7 100644
--- a/i2p2www/pages/site/docs/api/samv2.html
+++ b/i2p2www/pages/site/docs/api/samv2.html
@@ -1,7 +1,7 @@
 {% extends "global/layout.html" %}
 {% block title %}SAM V2 Specification{% endblock %}
-{% block lastupdated %}July 2014{% endblock %}
-{% block accuratefor %}0.9.14{% endblock %}
+{% block lastupdated %}September 2014{% endblock %}
+{% block accuratefor %}0.9.15{% endblock %}
 {% block content %}
 <p>Specified below is a simple client protocol for interacting with I2P.
 </p>
@@ -113,14 +113,14 @@ that name, it creates a new one.  If the destination is specified
 as TRANSIENT, it always creates a new one.
 
 Note that DESTINATION is an identifier, <i>not</i> Base 64 encoded data.
-To specify the Destination, you must use <a href="samv3>SAM V3</a>.
+To specify the Destination, you must use <a href="samv3">SAM V3</a>.
 
-The DIRECTION can be specified for STREAM sessions, instructing 
+The DIRECTION can be specified for STREAM sessions only, instructing 
 the bridge that the client will either be creating or receiving
 streams, or both.  If this is not specified, BOTH will be assumed.
 Attempting to create an outbound stream when DIRECTION=RECEIVE
 should result in an error, and incoming streams when 
-DIRECTION=CREATE should be ignored.
+DIRECTION=CREATE will be ignored.
 
 Additional options given should be fed into the I2P session 
 configuration if not interpreted by the SAM bridge (e.g. 
-- 
GitLab