Fix malformed Minikube setup link in AWS EC2 tutorial - #1230
Conversation
The link concatenated the docs host with itself, producing docs.meshery.iohttps://docs.meshery.io/..., which fails host resolution. Fixes layer5io#1216 Signed-off-by: Musa <bashirmusa748@gmail.com>
|
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe AWS EC2 tutorial now points to the correct Meshery Minikube setup guide by removing a duplicated URL prefix. ChangesAWS EC2 tutorial
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized documentation fix replaces a malformed Minikube setup link with a working URL. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #1216
The AWS EC2 tutorial's link to the Minikube setup guide concatenated the docs host with itself:
https://docs.meshery.iohttps://docs.meshery.io/installation/kubernetes/minikubewhich fails host resolution. Corrected to:
https://docs.meshery.io/installation/kubernetes/minikube/Test plan
masteratcontent/en/kanvas/tutorials/aws/deploy-aws-ec2-instances-with-meshery/index.md:63Summary by CodeRabbit