Skip to content

Comments

API Docs: Update links to go to new site#2494

Merged
haleychaas merged 3 commits intomainfrom
update-docs-links
Apr 14, 2025
Merged

API Docs: Update links to go to new site#2494
haleychaas merged 3 commits intomainfrom
update-docs-links

Conversation

@haleychaas
Copy link
Contributor

Summary

Updated all* links from api.slack.com to their docs.slack.dev counterpart.

*exceptions for block kit builder, /apps, and developer program links

Requirements (place an x in each [ ])

@codecov
Copy link

codecov bot commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.59%. Comparing base (c4a2243) to head (3eb0065).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2494   +/-   ##
=======================================
  Coverage   92.59%   92.59%           
=======================================
  Files          36       36           
  Lines        7472     7472           
  Branches      653      653           
=======================================
  Hits         6919     6919           
  Misses        545      545           
  Partials        8        8           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment on lines 334 to 337
a[href^="https://docs.slack.dev/reference/methods"] > code {
background-color: var(--method-link-background);
color: var(--method-link-text);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
a[href^="https://docs.slack.dev/reference/methods"] > code {
background-color: var(--method-link-background);
color: var(--method-link-text);
}
a[href^="https://api.slack.com/methods"] > code {
background-color: var(--method-link-background);
color: var(--method-link-text);
}
a[href^="https://docs.slack.dev/reference/methods"] > code {
background-color: var(--method-link-background);
color: var(--method-link-text);
}

i gave you slightly misleading advice in slack -- as the href^="/reference/methods" copy won't pick up anything since it's the tools site. let's add both the old and new please

@lukegalbraithrussell lukegalbraithrussell added the docs M-T: Documentation work only label Apr 10, 2025
@haleychaas haleychaas merged commit c12d4ec into main Apr 14, 2025
20 checks passed
@haleychaas haleychaas deleted the update-docs-links branch April 14, 2025 15:51
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants