fix/links: Point sales links at sourcegraph.com/contact/request-info - #2000
Draft
marcleblanc2 wants to merge 1 commit into
Draft
marcleblanc2 wants to merge 1 commit into
marcleblanc2 wants to merge 1 commit into
Conversation
sourcegraph.com/contact/sales returns 404 and about.sourcegraph.com redirects to sourcegraph.com. Replace the dead sales links with the live request-info page, send get-started?t=enterprise to /contact, and drop the about. host from the remaining links in the same files. Found by the docs site audit in https://ampcode.com/threads/T-01a0ae50-f7f0-779c-aa66-3887c9953e33 Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-01a0aed2-5fbe-7768-85ea-1378bf98f9ff
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Contributor
|
Direct preview links to pages changed in this PR: |
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.
Problem
https://sourcegraph.com/contact/salesreturns 404 (used in 5 pages),sourcegraph.com/get-started?t=enterpriseredirects to/contact, andabout.sourcegraph.com/*redirects tosourcegraph.com/*.Fix
In
docs/cloud/index.mdx,docs/self-hosted/deploy/migrate-backup.mdx,docs/self-hosted/external-services/index.mdx,docs/admin/how-to/site-admin-quickstart.mdx,docs/admin/subscriptions.mdx:contact/sales→https://sourcegraph.com/contact/request-info(200, the live sales form)get-started?t=enterprise→https://sourcegraph.com/contactabout.sourcegraph.com/links in the same files →sourcegraph.com/Verification
All target URLs curled (200). Link check with
--check-external --diffon the branch diff reports nothing on changed lines. Merges cleanly with the dead-external-links PR (both touchdocs/cloud/index.mdx, different lines).Found by the docs site audit in this Amp thread; rebuilt locally in this one.