Skip to content

fix: Fix 404 links and run CLI codegen for URL migration PR#22323

Merged
erezrokah merged 3 commits intofix/update-readme-domainsfrom
copilot/sub-pr-22319-again
Mar 20, 2026
Merged

fix: Fix 404 links and run CLI codegen for URL migration PR#22323
erezrokah merged 3 commits intofix/update-readme-domainsfrom
copilot/sub-pr-22319-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 20, 2026

Follow-up to the subdomain→path URL migration: the previous PR changed domains but left several paths pointing to non-existent pages. Also updates the remaining hub.cloudquery.io reference missed in the original pass, and regenerates CLI reference docs.

404 fixes

  • cli/cmd/sync.go (--shard flag help text): docs/advanced-topics/running-cloudquery-in-paralleldocs/cli/managing-cloudquery/running-in-parallel
  • plugins/source/{airtable,bitbucket,typeform}/docs/overview.md: docs/advanced-topics/using-cloud-query-docker-registry-plugins-inside-a-containerized-environment…-integrations-… (the plugins variant 404s; integrations resolves — consistent with square/docs/overview.md)

Missed URL

  • cli/cmd/install.go error hint: hub.cloudquery.iowww.cloudquery.io/hub

Codegen

  • Re-ran make gen-docs in cli/cli/docs/reference/cloudquery_sync.md updated to reflect the corrected --shard URL

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits March 20, 2026 09:37
Co-authored-by: erezrokah <26760571+erezrokah@users.noreply.github.com>
Co-authored-by: erezrokah <26760571+erezrokah@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix: Update old subdomain URLs to new path-based domains fix: Fix 404 links and run CLI codegen for URL migration PR Mar 20, 2026
Copilot AI requested a review from erezrokah March 20, 2026 09:48
@erezrokah erezrokah marked this pull request as ready for review March 20, 2026 09:58
@erezrokah erezrokah requested a review from a team as a code owner March 20, 2026 09:58
Copilot AI review requested due to automatic review settings March 20, 2026 09:58
@erezrokah erezrokah merged commit 5a71c2a into fix/update-readme-domains Mar 20, 2026
1 check passed
@erezrokah erezrokah deleted the copilot/sub-pr-22319-again branch March 20, 2026 09:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Follow-up to the subdomain→path URL migration to eliminate remaining 404s in CLI help text and plugin docs, plus regenerate the CLI reference docs to reflect the updated links.

Changes:

  • Updated --shard flag help URL (and regenerated cloudquery sync reference docs) to point at the new “running in parallel” documentation path.
  • Fixed containerized-environment guide links in several source plugin overview docs to use the non-404 “integrations” URL.
  • Updated the remaining hub.cloudquery.io hint in the CLI install error messaging.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
plugins/source/typeform/docs/overview.md Updates containerized-environment guide link to the non-404 “integrations” path.
plugins/source/bitbucket/docs/overview.md Updates containerized-environment guide link to the non-404 “integrations” path.
plugins/source/airtable/docs/overview.md Updates containerized-environment guide link to the non-404 “integrations” path.
cli/docs/reference/cloudquery_sync.md Regenerated CLI reference docs to reflect updated --shard URL.
cli/cmd/sync.go Updates --shard flag help URL to the new docs path.
cli/cmd/install.go Updates hub hint URL in install error message.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

}

return fmt.Errorf("%w. Hint: make sure to use the latest plugin version from hub.cloudquery.io or to keep using an outdated version add `registry: github` to your configuration", err)
return fmt.Errorf("%w. Hint: make sure to use the latest plugin version from www.cloudquery.io/hub or to keep using an outdated version add `registry: github` to your configuration", err)
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hint URL here is missing a scheme (e.g., https://). Elsewhere in the CLI we format hub links as full https://www.cloudquery.io/hub/... URLs, which makes them consistently clickable in terminals and avoids ambiguity. Consider updating this to https://www.cloudquery.io/hub for consistency with cli/cmd/init.go and tests.

Suggested change
return fmt.Errorf("%w. Hint: make sure to use the latest plugin version from www.cloudquery.io/hub or to keep using an outdated version add `registry: github` to your configuration", err)
return fmt.Errorf("%w. Hint: make sure to use the latest plugin version from https://www.cloudquery.io/hub or to keep using an outdated version add `registry: github` to your configuration", err)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants