Skip to content

docs: fix broken configuration reference links#6582

Merged
khanhtc1202 merged 1 commit into
pipe-cd:masterfrom
adityashekhawat1999:fix-doc-broken-links
Mar 11, 2026
Merged

docs: fix broken configuration reference links#6582
khanhtc1202 merged 1 commit into
pipe-cd:masterfrom
adityashekhawat1999:fix-doc-broken-links

Conversation

@adityashekhawat1999
Copy link
Copy Markdown
Contributor

What this PR does:
Fixes broken links in the Triggering a Deployment documentation page.
The links pointing to the configuration reference were using an incorrect relative path which resulted in a 404.
The issue suggested updating the path to ../configuration-reference/, but since both files are located in the same managing-application directory, the correct relative path is ./configuration-reference/

Why we need it:
Without this fix, users navigating from the deployment trigger documentation to the configuration reference encounter broken links.

Which issue(s) this PR fixes:
Fixes #6579

Does this PR introduce a user-facing change?:
Yes (documentation improvement)

  • How are users affected by this change:
    Users can correctly navigate to the configuration reference from the deployment trigger documentation.
  • Is this breaking change:
    No
  • How to migrate (if breaking change):

Signed-off-by: Aditya Pratap Singh Shekhawat <adityashekhawat@Adityas-MacBook-Air.local>
Copy link
Copy Markdown
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@khanhtc1202 khanhtc1202 enabled auto-merge (squash) March 11, 2026 04:32
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 26.65%. Comparing base (449ba59) to head (3500735).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6582      +/-   ##
==========================================
- Coverage   28.83%   26.65%   -2.18%     
==========================================
  Files         563      527      -36     
  Lines       60051    55983    -4068     
==========================================
- Hits        17313    14920    -2393     
+ Misses      41416    39932    -1484     
+ Partials     1322     1131     -191     
Flag Coverage Δ
. 23.28% <ø> (-0.02%) ⬇️
.-pkg-app-pipedv1-plugin-analysis 32.43% <ø> (ø)
.-pkg-app-pipedv1-plugin-ecs 0.00% <ø> (ø)
.-pkg-app-pipedv1-plugin-kubernetes ?
.-pkg-app-pipedv1-plugin-kubernetes_multicluster 67.63% <ø> (ø)
.-pkg-app-pipedv1-plugin-scriptrun 54.83% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 38.65% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 33.04% <ø> (ø)
.-pkg-app-pipedv1-plugin-waitapproval 52.71% <ø> (ø)
.-pkg-plugin-sdk 50.34% <ø> (ø)
.-tool-actions-gh-release 19.23% <ø> (ø)
.-tool-actions-plan-preview 25.51% <ø> (ø)
.-tool-codegen-protoc-gen-auth 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@khanhtc1202 khanhtc1202 merged commit 367c15d into pipe-cd:master Mar 11, 2026
46 of 47 checks passed
@adityashekhawat1999
Copy link
Copy Markdown
Contributor Author

Thanks 👍

Looking forward to contribute more

@github-actions github-actions Bot mentioned this pull request May 11, 2026
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.

docs(v1.0.x): broken anchor links on triggering-a-deployment page

2 participants