Docs v0: fix broken links in feature-status, metrics and config reference#6976
Merged
mohammedfirdouss merged 1 commit intoJul 3, 2026
Merged
Conversation
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
rahulshendre
commented
Jul 2, 2026
| |-|-|-|-| | ||
| | masterURL | string | The master URL of the kubernetes cluster. Empty means in-cluster. | No | | ||
| | kubectlVersion | string | Version of kubectl which will be used to connect to your cluster. Empty means the version set on [piped config](../user-guide/managing-piped/configuration-reference/#platformproviderkubernetesconfig) or [default version](https://github.com/pipe-cd/pipecd/blob/master/tool/piped-base/install-kubectl.sh#L24) will be used. | No | | ||
| | kubectlVersion | string | Version of kubectl which will be used to connect to your cluster. Empty means the [default version](https://github.com/pipe-cd/pipecd/blob/master/pkg/app/piped/toolregistry/install.go#L29) will be used. | No | |
Contributor
Author
There was a problem hiding this comment.
link here pointed to its own section resulting in 404. Fallback at piped level is just the default kubectl version, so fixed the wording here a bit.
And swapped the dead install-kubectl.sh link for install.go
Contributor
|
LGTM @rahulshendre |
Contributor
|
Thank you for contributing to PipeCD, @rahulshendre! The changes in this pull request will be part of the upcoming release! |
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.
What this PR does:
Fixes three broken links in v0 docs (404 on live site)
Why we need it:
Links 404 for users. Fixed in both docs-v0.57.x and docs-dev.
Which issue(s) this PR fixes:
Does this PR introduce a user-facing change?: