docs(readme): point the desktop download links at downloads.mindshub.ai (ENG-1437) - #12483
Open
lucas-koontz wants to merge 2 commits into
Open
docs(readme): point the desktop download links at downloads.mindshub.ai (ENG-1437)#12483lucas-koontz wants to merge 2 commits into
lucas-koontz wants to merge 2 commits into
Conversation
…ai (ENG-1437) The "pick whichever fits" install list offered the macOS and Windows desktop builds from downloads.mindsdb.com. Both hosts are aliases of the same CloudFront distribution so the links worked, but the README is the first thing a new reader sees and it was teaching the legacy host. Only the superproject README is touched. backend/core_agent is the anton submodule and carries the same two links in its own README; that copy is fixed in anton and arrives here with the next pin bump, so editing it from inside the submodule would only create a detached commit nothing points at. The legacy alias stays live and is not being retired. Refs: ENG-1437
…437) `docs/setup.html` is published to GitHub Pages on any push to `main` that touches `docs/**`, and its macOS and Windows download cards still pointed at the legacy host. This is a live user-facing CTA rather than a README link. Host only. The `/anton/` prefix in these two URLs is deliberately left alone: it predates the Cowork rebrand and resolves to a different, older build than the `/mindshub-cowork/` keys every other surface uses (218446081 bytes against 220393119 for macOS). Repointing the prefix would change which installer a visitor receives, which is a product decision and not a host migration. Raised on ENG-1437 for a decision; ENG-1436 already owns the bucket-and-prefix cleanup. Both URLs verified live on the canonical host before switching: the macOS `.pkg` is 200 at 218446081 bytes, the Windows `.exe` 200 at 106755240. Refs: ENG-1437
|
Approving. One note so the record matches the change: the description covers Same nit as on the other PRs in this set: the cross-repo list names a PR on |
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.
Story
As a developer landing on this README for the first time
I want the install links to name the canonical download host
So that the first host I learn is the one every other surface uses
Context
ENG-437 migrated download URLs from
downloads.mindsdb.comtodownloads.mindshub.aiand closed as Done, but a handful of consumers were never repointed. The pick whichever fits install list here is one of them.Nothing was broken: both names are aliases on the same CloudFront distribution, so the old links have always served the same bytes. The README is simply the first thing a new reader sees, and it was teaching the legacy host.
Only the superproject README changes.
backend/core_agentis themindsdb/antonsubmodule and carries the same two links in its own README. That copy is fixed in anton#340 and arrives here with the next pin bump. Editing it from inside the submodule would produce a detached commit nothing points at, which is exactly the failure modeCLAUDE.mdwarns about.frontend/README.md(themindsdb/coworksubmodule) already documents the canonical host and needs no change.Acceptance criteria
README.mdreferences nodownloads.mindsdb.comlink.downloads.mindshub.ai.How to test
grep -n "downloads.mindsdb.com" README.md— expect no hits.git diff --stat origin/staging...HEAD— expectREADME.mdonly, no submodule entries.200when this was written.Notes
The legacy alias stays live and is not being retired.
Cross-repo: part of ENG-1437, alongside open PRs on
mindsdb/website(#104),mindsdb/mindshub_frontend(#1418),mindsdb/auth(#270),mindsdb/anton(#340), andmindsdb/terraform. Independent; merge order does not matter.Refs: ENG-1437