Fix broken comms links in Calico Cloud compliance docs#2803
Merged
Conversation
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!
To edit notification comments on pull requests, go to your Netlify project configuration. |
9ae760c to
e738bd1
Compare
eda38cc to
1c45495
Compare
rene-dekker
approved these changes
Jun 26, 2026
RoryDoherty
approved these changes
Jun 26, 2026
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.

Summary
Removes two dead Markdown links in the unversioned (next) Calico Cloud docs that point to the deleted
calico-cloud/operations/comms/index.mdx:calico-cloud/compliance/encrypt-cluster-pod-traffic.mdx(Additional resources bullet)calico-cloud/compliance/istio/deploy-istio-ambient.mdx(inline reference in a warning)Background
PR #2631 (EV-6493, "Consolidate TLS certificate docs") deleted the
calico-cloud/operations/comms/section but left these two pages linking to the removedoperations/comms/index.mdx. This breaks thecalico-docs-preview-nextdeploy, which builds the unversioned/"next" Cloud docs:The production/
tigerabuild is unaffected because it serves the versioned Cloud docs (version-22-2still containsoperations/comms/), so this only shows up on the next-docs preview that runs on every PR.The TLS/comms page was intentionally removed for Calico Cloud (managed service — no BYO component certificates) with no Cloud replacement, so the references are removed rather than repointed. Calico Enterprise keeps its
comms/index.mdx, so its equivalent links are unaffected.Test plan
calico-docs-preview-nextdeploy preview succeedsoperations/commsreferences in currentcalico-cloud/docs (verified locally: none)🤖 Generated with Claude Code