bottlerocket-os / bottlerocket

An operating system designed for hosting containers
https://bottlerocket.dev
Other
8.64k stars 508 forks source link

fix OpenApi spec link in readme #4062

Closed mgsharm closed 3 months ago

mgsharm commented 3 months ago

Issue number: N/A

Closes # N/A

Description of changes:

Testing done:

Open the hyperlink in ReadME and checked it worked and pointed to correct file.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

sumukhballal commented 3 months ago

There are a few links that are missing that could be part of this PR too. Like most of the packages/* links, most of which have moved. We'd probably want to add all of them into one documentation update PR, so its a bit easier on the reviewers and keeps our commit history a bit cleaner.

Examples:

https://github.com/bottlerocket-os/bottlerocket/blob/develop/packages/ecs-agent
...
https://github.com/bottlerocket-os/bottlerocket/blob/develop/sources/api/early-boot-config
...
etc
mgsharm commented 3 months ago

Fixed more links that were broken.

sumukhballal commented 3 months ago

Nice, thanks!