Skip to content

Commit ea41b1f

Browse files
committed
Docs edits.
1 parent 93fbff1 commit ea41b1f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ OpenTok Python SDK
88
The OpenTok Python SDK lets you generate
99
`sessions <http://tokbox.com/opentok/tutorials/create-session/>`_ and
1010
`tokens <http://tokbox.com/opentok/tutorials/create-token/>`_ for `OpenTok <http://www.tokbox.com/>`_
11-
applications. This version of the SDK also includes support for working with OpenTok 2.0 archives
12-
(see http://tokbox.com/#archiving).
11+
applications, and `archive <http://www.tokbox.com/platform/archiving>`_ Opentok 2.0 sessions.
1312

1413

1514
Installation using Pip (recommended):

docs/docs/opentok.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
272272
it does not support video for a stream it&#8217;s subscribing to, the video is dropped on
273273
that client (without affecting other clients), and the client receives audio only.
274274
If the client&#8217;s connectivity improves, the video returns.</li>
275-
<li>The OpenTok Media Router supports the archiving and playback feature, which lets
276-
you record, save, and retrieve OpenTok sessions (see <a class="reference external" href="http://tokbox.com/#archiving">http://tokbox.com/#archiving</a>).</li>
275+
<li>The OpenTok Media Router supports the archiving feature, which lets
276+
you record, save, and retrieve OpenTok sessions (see <a class="reference external" href="http://tokbox.com/platform/archiving">http://tokbox.com/platform/archiving</a>).</li>
277277
</ul>
278278
</div></blockquote>
279279
<p>With the mediaMode property set to MediaMode.RELAYED, the session

opentok/opentok.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ def create_session(self, location=None, media_mode=MediaModes.routed):
187187
that client (without affecting other clients), and the client receives audio only.
188188
If the client's connectivity improves, the video returns.
189189
190-
* The OpenTok Media Router supports the archiving and playback feature, which lets
191-
you record, save, and retrieve OpenTok sessions (see http://tokbox.com/#archiving).
190+
* The OpenTok Media Router supports the archiving feature, which lets
191+
you record, save, and retrieve OpenTok sessions (see http://tokbox.com/platform/archiving).
192192
193193
With the mediaMode property set to MediaMode.RELAYED, the session
194194
will attempt to transmit streams directly between clients. If clients cannot connect

0 commit comments

Comments
 (0)