awslabs / amazon-eks-ami

Packer configuration for building a custom EKS AMI
https://awslabs.github.io/amazon-eks-ami/
MIT No Attribution
2.42k stars 1.14k forks source link

docs(al2): fix broken link to `boostrap.sh` #1860

Closed wafuwafu13 closed 3 months ago

wafuwafu13 commented 3 months ago

Issue #, if available:

Description of changes:

https://github.com/awslabs/amazon-eks-ami/blob/main/src/runtime/bootstrap.sh is 404 now

$ curl -o /dev/null -s -w "%{http_code}\n" https://github.com/awslabs/amazon-eks-ami/blob/main/src/runtime/bootstrap.sh
404

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Testing Done

See this guide for recommended testing for PRs. Some tests may not apply. Completing tests and providing additional validation steps are not required, but it is recommended and may reduce review time and time to merge.