slackhq / slack-api-docs

API Docs for Slack.com
https://api.slack.com/
426 stars 85 forks source link

Deep linking example links to wrong channel #88

Open wlaoh opened 6 years ago

wlaoh commented 6 years ago

On the deep linking page the example at the top says Open #general but it actually links to #random.

I propose changing the element there from:

<a href="https://slack.com/app_redirect?channel=random" class="btn blue_fill_bg">Open #general</a>

to

<a href="https://slack.com/app_redirect?channel=general" class="btn blue_fill_bg">Open #general</a>