docs: update sparkpost.com/docs links to docs.sparkpost.com subdomain#858
Conversation
✅ Deploy Preview for support-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…swap Several outbound links pointed at anchors/paths that no longer exist on the docs site (predating this migration, just mechanically host-swapped): - getting-started-sparkpost/#step-2-verifying-domain-ownership and #sending-domain-step-2-verifying-domain-ownership -> the real heading id is #step-2-verify-domain - /docs/transmissions-breaking-changes -> missing the /tech-resources/ path segment - /docs/reporting/metrics-definitions/ -> page is now at /docs/reporting/sp-metrics-definitions/ - creating-template/#authoring-html-content-for-your-templates and #authoring-text-content-for-your-templates -> real ids have an "-in-the-sparkpost-app" suffix
|
Pushed a follow-up commit fixing several stale links/anchors that were carried over verbatim by the host swap (all pre-existing, not introduced by this PR — confirmed via live HTTP checks):
Three links pointed at pages that appear fully removed rather than moved (confirmed both old and new host 404, and no live successor found under
Also noted, not changed (non-breaking redirects that still land on relevant content): |
change-log-sparkpost, comparing-data, and defining-webhooks no longer exist on the docs site and no clear successor page was found, so drop the links/sentences that pointed at them rather than leave dead links.
The defining-webhooks page no longer exists with no docs.sparkpost.com successor, but developers.sparkpost.com/api/webhooks/ covers webhook creation directly, so restore the links to that instead of leaving plain text.
Summary
www.sparkpost.com/docstodocs.sparkpost.com/docs(see Migrate base URL from archive.sparkpost.com to docs.sparkpost.com #857, which migrated the site's own hosting config). This PR updates the 68 outbound content links that still pointed at the oldwww.sparkpost.com/docshost.www.sparkpost.com/docs→docs.sparkpost.com/docssubstring replace; no other links touched.Test plan
Note
Low Risk
Documentation and navigation URL changes only; no application logic or runtime behavior is affected.
Overview
Updates outbound documentation URLs from
www.sparkpost.com/docstodocs.sparkpost.com/docsacross the site logo and a large set of markdown articles (getting started, FAQ, integrations, reporting, tech resources, user guides, etc.), aligning in-repo links with the docs host migration.A handful of edits go beyond host substitution: some anchor fragments were refreshed (e.g. domain verification headings), cross-links now target
sp-metrics-definitionsinstead ofmetrics-definitions, webhook setup references usedevelopers.sparkpost.com/api/webhookswhere the old user-guide paths pointed, and a couple of stale inline links or sentences were dropped.Reviewed by Cursor Bugbot for commit a6dd905. Bugbot is set up for automated code reviews on this repo. Configure here.