docs: replace legacy sdk.apify.com links with docs.apify.com/sdk/js#613
Merged
Conversation
The old `sdk.apify.com` domain is legacy. Replace references with the current `docs.apify.com/sdk/js` URLs and prefer the `ApiLink` component in MDX docs. Closes #612 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
barjin
approved these changes
May 20, 2026
Member
barjin
left a comment
There was a problem hiding this comment.
lgtm, just one small nit. Cheers!
The custom `ApiLink` wrapper strips the `apify/` prefix already, so the shorter form (e.g. `class/Configuration`) works the same and matches the convention used by the common `ApiLink` component. Addresses review feedback on #613. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
sdk.apify.comdomain with the currentdocs.apify.com/sdk/jsURLs.ApiLinkcomponent (introduced in docs: use the commonApiLinkimplementation #610) for API references in MDX docs so they stay tied to the current version.externalLinkrehype plugin's internal-host allowlist todocs.apify.com.Touched files:
MIGRATIONS.md,docs/04_upgrading/upgrading_v1.md— Docker image guide link.docs/02_concepts/01_actor_lifecycle.mdx— switched allsdk.apify.com/api/apify/...links to<ApiLink>.docs/03_guides/cheerio_crawler.ts— updated stale comment URL (CheerioCrawler now lives in Crawlee).src/proxy_configuration.ts— warning message URL.website/tools/utils/externalLink.js— internal-host list now matchesdocs.apify.com.Versioned docs under
website/versioned_docs/were intentionally left untouched (they are frozen snapshots of past releases).Closes #612
Test plan
npm run build(website) renders without broken-link errors<ApiLink>references indocs/02_concepts/01_actor_lifecycle.mdxresolve to the correct API pages🤖 Generated with Claude Code