Skip to content

docs: fixing broken links to security concepts#1896

Merged
haleychaas merged 1 commit into
mainfrom
fix-broken-links
Jun 12, 2026
Merged

docs: fixing broken links to security concepts#1896
haleychaas merged 1 commit into
mainfrom
fix-broken-links

Conversation

@haleychaas

Copy link
Copy Markdown
Contributor

Summary

Fixing a link I broke a while ago. These do redirect, but it's cleaner (and eliminates warnings in our docs repo build) to fix them.

Testing

Category

  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.signature (Request Signature Verifier)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.models (UI component builders)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.rtm_v2 (RTM client)
  • /docs (Documents)
  • /tutorial (PythOnBoardingBot tutorial)
  • tests/integration_tests (Automated tests for this library)

Requirements

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.sh after making the changes.

@haleychaas haleychaas requested a review from a team as a code owner June 12, 2026 18:08
@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.14%. Comparing base (74a9330) to head (5126514).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1896   +/-   ##
=======================================
  Coverage   84.14%   84.14%           
=======================================
  Files         117      117           
  Lines       13356    13356           
=======================================
  Hits        11238    11238           
  Misses       2118     2118           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@zimeg zimeg changed the title docs: fixing broken links docs: fixing broken links to security concepts Jun 12, 2026
@zimeg zimeg added docs M-T: Documentation work only semver:patch labels Jun 12, 2026
@zimeg zimeg added this to the 3.43.0 milestone Jun 12, 2026

@zimeg zimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haleychaas LGTM 🔏 Thanks for avoiding redirects!

@haleychaas haleychaas merged commit ecb8ae9 into main Jun 12, 2026
18 checks passed
@haleychaas haleychaas deleted the fix-broken-links branch June 12, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs M-T: Documentation work only semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants