Skip to content

Fix malformed Minikube setup link in AWS EC2 tutorial - #1230

Open
MU5A wants to merge 3 commits into
layer5io:masterfrom
MU5A:fix/1216-malformed-minikube-link
Open

Fix malformed Minikube setup link in AWS EC2 tutorial#1230
MU5A wants to merge 3 commits into
layer5io:masterfrom
MU5A:fix/1216-malformed-minikube-link

Conversation

@MU5A

@MU5A MU5A commented Sep 2, 2026

Copy link
Copy Markdown

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/minikube

which fails host resolution. Corrected to:

https://docs.meshery.io/installation/kubernetes/minikube/

Test plan

  • Verified the malformed URL is present on current master at content/en/kanvas/tutorials/aws/deploy-aws-ec2-instances-with-meshery/index.md:63
  • Confirmed the corrected URL resolves (HTTP 200 after redirect)

Summary by CodeRabbit

  • Documentation
    • Corrected the Minikube setup guide link in the in-cluster deployment instructions.

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>
@welcome

welcome Bot commented Sep 2, 2026

Copy link
Copy Markdown

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.
Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while peforming a commit.

@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: b31b9ac0-0287-4e38-ba56-1a1fb5182d38

📥 Commits

Reviewing files that changed from the base of the PR and between 281ae7b and a7e85b6.

📒 Files selected for processing (1)
  • content/en/kanvas/tutorials/aws/deploy-aws-ec2-instances-with-meshery/index.md

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The AWS EC2 tutorial now points to the correct Meshery Minikube setup guide by removing a duplicated URL prefix.

Changes

AWS EC2 tutorial

Layer / File(s) Summary
Correct Minikube setup link
content/en/kanvas/tutorials/aws/deploy-aws-ec2-instances-with-meshery/index.md
The setup-guide link no longer contains the duplicated https://docs.meshery.io prefix.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to a365a

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)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the malformed Minikube setup link fixed in the AWS EC2 tutorial.
Linked Issues check ✅ Passed The change updates the specified AWS EC2 tutorial link to the valid Meshery Minikube installation guide URL, directly satisfying issue #1216.
Out of Scope Changes check ✅ Passed The pull request changes only the malformed Minikube setup link in the specified tutorial. No unrelated changes are present.
Docstring Coverage ✅ Passed 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…
Full details: Docstring Coverage

Explanation

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)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@vedant21-ctr vedant21-ctr left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nice work, LGTM

@Bharath314 Bharath314 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM! 🚀

@Junnygram Junnygram left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Maanvi212006 Maanvi212006 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Fix malformed Minikube setup link in AWS EC2 tutorial

5 participants