From 18ca527cb165fef2c58490b82c2ccf70f55508ce Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Tue, 12 Sep 2017 09:51:22 +0100 Subject: [PATCH] Fix link to rtm.connect docs --- docs-src/real_time_messaging.rst | 2 +- docs/real_time_messaging.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-src/real_time_messaging.rst b/docs-src/real_time_messaging.rst index 068d5aaa6..177d0efcd 100644 --- a/docs-src/real_time_messaging.rst +++ b/docs-src/real_time_messaging.rst @@ -70,7 +70,7 @@ To do this, simply pass `with_team_state=False` into the `rtm_connect` call, lik print "Connection Failed" -See the `rtm.start docs `_ and the `rtm.connect docs`_ +See the `rtm.start docs `_ and the `rtm.connect docs `_ for more details. diff --git a/docs/real_time_messaging.html b/docs/real_time_messaging.html index a5a136d58..396e25ce3 100644 --- a/docs/real_time_messaging.html +++ b/docs/real_time_messaging.html @@ -192,7 +192,7 @@

rtm.start vs rtm.connectprint "Connection Failed" -

See the rtm.start docs and the `rtm.connect docs<https://api.slack.com/methods/rtm.connect>`_ +

See the rtm.start docs and the rtm.connect docs for more details.