docs: replace links from api.slack.com to docs.slack.dev redirects#1763
Merged
docs: replace links from api.slack.com to docs.slack.dev redirects#1763
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1763 +/- ##
==========================================
- Coverage 84.95% 84.93% -0.03%
==========================================
Files 113 113
Lines 12905 12905
==========================================
- Hits 10964 10961 -3
- Misses 1941 1944 +3 ☔ View full report in Codecov by Sentry. |
zimeg
commented
Oct 3, 2025
Member
Author
zimeg
left a comment
There was a problem hiding this comment.
📬 A kind note for wonderful reviewers!
Member
Author
There was a problem hiding this comment.
📚 note: All of the docs/reference pages are autogenerated from changes elsewhere. Reviewers might want to ignore these files.
However, within is the cause of the lines changed in this PR from prior changes:
+6,715 −5,499
WilliamBergamin
approved these changes
Oct 3, 2025
mwbrooks
approved these changes
Oct 3, 2025
Member
Author
|
@WilliamBergamin @mwbrooks Kind appreciation for the reviews toward improvement I believe 📚 ✨ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR replaces links from "api.slack.com" to "docs.slack.dev" redirects for the most current inline reference.
Reviewers
Open each link! Or trust these replacements and a find and replacement:
Replacements
Note: This should be parsed from the bottom, ignoring lines without a substitute!
Confirming that no logic was changed - such as the
BASE_URLof methods - would be so much appreciated! 👾Category
/docs(Documents)/tutorial(PythOnBoardingBot tutorial)tests/integration_tests(Automated tests for this library)Requirements
python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.shafter making the changes.