feat: swap links to control plane#3816
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates public-facing Hatchet Cloud references from the legacy cloud.onhatchet.run host to cloud.hatchet.run across top-level docs, product docs, and CLI onboarding text so user-facing entry points align with the control-plane URL.
Changes:
- Updated Hatchet Cloud links in the repository README and security policy.
- Updated multiple v1 and cookbook documentation pages to point at the new cloud host.
- Updated the CLI quickstart “no profiles” guidance to direct users to the new signup URL.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
SECURITY.md |
Updates the hosted-service security contact reference to the new cloud hostname. |
README.md |
Replaces Hatchet Cloud links in the main repository landing page and quickstart copy. |
frontend/docs/pages/v1/uptime.mdx |
Updates the status-page documentation to reference the new cloud hostname. |
frontend/docs/pages/v1/region-availability.mdx |
Updates the region-availability page’s Hatchet Cloud link. |
frontend/docs/pages/v1/quickstart.mdx |
Updates the signup link in the v1 cloud quickstart. |
frontend/docs/pages/v1/index.mdx |
Replaces Hatchet Cloud links on the main v1 docs landing page. |
frontend/docs/pages/v1/compute/getting-started.mdx |
Updates compute onboarding links to the new cloud host. |
frontend/docs/pages/v1/architecture-and-guarantees.mdx |
Updates the Hatchet Cloud reference in architecture guidance. |
frontend/docs/pages/cookbooks/workflow-support-agent.mdx |
Updates cookbook prerequisites to use the new cloud URL. |
frontend/docs/pages/cookbooks/welcome-email.mdx |
Updates cookbook prerequisites to use the new cloud URL. |
cmd/hatchet-cli/cli/quickstart.go |
Updates CLI onboarding text to point new users at the new cloud signup URL. |
|
|
||
| <p align="center"> | ||
| <a href="https://cloud.onhatchet.run">Hatchet Cloud</a> | ||
| <a href="https://cloud.hatchet.run">Hatchet Cloud</a> |
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.
Description
Swaps all public links to use the control plane url
Type of change