docs: fix broken link to removing an app pages#232
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #232 +/- ##
=======================================
Coverage 62.99% 62.99%
=======================================
Files 212 212
Lines 21857 21857
=======================================
Hits 13769 13769
+ Misses 7022 7021 -1
- Partials 1066 1067 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lukegalbraithrussell
left a comment
There was a problem hiding this comment.
____ _____ ____ _____ _____ ____ _____
/ __\/ __// __\/ // __// _Y__ __\
| \/|| \ | \/|| __\| \ | / / \
| __/| /_ | /| | | /_ | \_ | |
\_/ \____\\_/\_\\_/ \____\\____/ \_/
zimeg
left a comment
There was a problem hiding this comment.
@haleychaas LGTM! I'm a big fan of these PRs when discovered 🙏 ✨
I left a comment about links overall but nothing to stop this from merging IMHO! 🚢
| All good things come to an end! If you need to uninstall the Slack CLI, run the commands below. Note that these instructions will uninstall the Slack CLI, but not its dependencies. Follow [these instructions](https://docs.deno.com/runtime/manual/tools/script_installer#uninstall) to uninstall Deno. | ||
|
|
||
| ✨ **Just need to uninstall an app?** Refer to [uninstall an app from your workspace](/tools/deno-slack-sdk/guides/creating-an-app#uninstall-app). | ||
| ✨ **Just need to uninstall an app?** Refer to [Removing an app](/tools/deno-slack-sdk/guides/removing-an-app). |
There was a problem hiding this comment.
⭐ praise: Thanks so much for the fast update!
🔗 https://docs.slack.dev/tools/deno-slack-sdk/guides/removing-an-app
There was a problem hiding this comment.
👁️🗨️ thought: I'm somewhat curious also if we want to move this page to the CLI sidebar instead in a follow up PR?
There was a problem hiding this comment.
yes, that's a good idea! I'll add it to our backlog and handle it separately
Summary
Fixes a reported broken link for uninstalling an app.
Requirements