Current State
The AWS EC2 tutorial contains a malformed link in content/en/kanvas/tutorials/aws/deploy-aws-ec2-instances-with-meshery/index.md (current master, line 63):
https://docs.meshery.iohttps://docs.meshery.io/installation/kubernetes/minikube
Source: https://github.com/layer5io/docs/blob/master/content/en/kanvas/tutorials/aws/deploy-aws-ec2-instances-with-meshery/index.md#L63
Desired State
The link should point to the Meshery Minikube installation guide:
https://docs.meshery.io/installation/kubernetes/minikube/
Reproduction
- Open the AWS EC2 tutorial.
- Follow the
setup guide for Meshery on Minikube link in the in-cluster deployment section.
- The generated URL uses the concatenated host
docs.meshery.iohttps, so it cannot resolve.
I verified the source against the current upstream master file (blob SHA 07be2c2641d3f5bd41f1ce9321ef3cf12007bb41). From the same environment, the malformed URL fails host resolution while the corrected URL resolves successfully (HTTP 200 after redirect).
Current State
The AWS EC2 tutorial contains a malformed link in
content/en/kanvas/tutorials/aws/deploy-aws-ec2-instances-with-meshery/index.md(currentmaster, line 63):Source: https://github.com/layer5io/docs/blob/master/content/en/kanvas/tutorials/aws/deploy-aws-ec2-instances-with-meshery/index.md#L63
Desired State
The link should point to the Meshery Minikube installation guide:
Reproduction
setup guide for Meshery on Minikubelink in the in-cluster deployment section.docs.meshery.iohttps, so it cannot resolve.I verified the source against the current upstream
masterfile (blob SHA07be2c2641d3f5bd41f1ce9321ef3cf12007bb41). From the same environment, the malformed URL fails host resolution while the corrected URL resolves successfully (HTTP 200 after redirect).