From a5e4a36948f2e3c0b64234287cd56b103e5361f4 Mon Sep 17 00:00:00 2001 From: John Miller Date: Fri, 11 Jun 2021 17:19:51 -0700 Subject: [PATCH] Remove Dead Link From Readme Hi Slackers, I noticed that there was a dead anchor link in the readme table of contents for RTM client documentation. I understand RTM is deprecated (in favor of "socket mode") and a prior PR understandably deleted the introductory RTM documentation from the readme - https://github.com/slackapi/python-slack-sdk/pull/807. However, it seems this lone dead link to to the now-deleted content was left behind. My PR removes the dead link so nobody is confused trying to click it, like I was. :) Thanks! --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 55f03a9d1..5007029d5 100755 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Are you looking for [slackclient](https://pypi.org/project/slackclient/)? The we * [Basic Usage of the Web Client](#basic-usage-of-the-web-client) * [Sending a message to Slack](#sending-a-message-to-slack) * [Uploading files to Slack](#uploading-files-to-slack) -* [Basic Usage of the RTM Client](#basic-usage-of-the-rtm-client) * [Async usage](#async-usage) * [WebClient as a script](#asyncwebclient-in-a-script) * [WebClient in a framework](#asyncwebclient-in-a-framework)