docs: fix broken link quick-start.md → quickstart.md#6281
Conversation
Signed-off-by: Andy Anderson <andy@kubestellar.io>
✅ Deploy Preview for kubestellar-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
Fixes a broken internal documentation link in the KubeFlex user docs by pointing to the correctly named Quick Start file (quickstart.md).
Changes:
- Update
docs/content/kubeflex/users.mdto link toquickstart.md(no hyphen) instead of the non-existentquick-start.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📖 Preview LinksThe following documentation pages were changed in this PR:
|
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
Fixes #6280
Fix
The broken link checker found that
docs/content/kubeflex/users.mdreferencesquick-start.md(with hyphen) but the actual file is namedquickstart.md(no hyphen).Changed
[here](quick-start.md)→[here](quickstart.md)on line 28.