Skip to content

Commit a8d3f37

Browse files
Sam PartingtonRoach
authored andcommitted
Fix link to rtm.connect docs (#223)
Thanks, @sampart!
1 parent 2a9c546 commit a8d3f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-src/real_time_messaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To do this, simply pass `with_team_state=False` into the `rtm_connect` call, lik
7070
print "Connection Failed"
7171

7272

73-
See the `rtm.start docs <https://api.slack.com/methods/rtm.start>`_ and the `rtm.connect docs<https://api.slack.com/methods/rtm.connect>`_
73+
See the `rtm.start docs <https://api.slack.com/methods/rtm.start>`_ and the `rtm.connect docs <https://api.slack.com/methods/rtm.connect>`_
7474
for more details.
7575

7676

docs/real_time_messaging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2>rtm.start vs rtm.connect<a class="headerlink" href="#rtm-start-vs-rtm-connec
192192
<span class="k">print</span> <span class="s2">&quot;Connection Failed&quot;</span>
193193
</pre></div>
194194
</div>
195-
<p>See the <a class="reference external" href="https://api.slack.com/methods/rtm.start">rtm.start docs</a> and the <a href="#id3"><span class="problematic" id="id4">`rtm.connect docs&lt;https://api.slack.com/methods/rtm.connect&gt;`_</span></a>
195+
<p>See the <a class="reference external" href="https://api.slack.com/methods/rtm.start">rtm.start docs</a> and the <a class="reference external" href="https://api.slack.com/methods/rtm.connect">rtm.connect docs</a>
196196
for more details.</p>
197197
</div>
198198
<div class="section" id="rtm-events">

0 commit comments

Comments
 (0)