Fix broken Bottlerocket adoption link - #175
Open
Roniscend wants to merge 1 commit into
Open
Conversation
Signed-off-by: Owm <owmdubey163@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Bottlerocket entry on the site’s Adoptions page data to fix a broken (404) GitHub link, and removes the corresponding now-unneeded Lychee link-checker exclusion so the link can be validated going forward.
Changes:
- Update the Bottlerocket adoption URL in
data/adoptions.yamlto a valid, stable GitHub permalink. - Remove the Bottlerocket-specific 404 exclusion from
lychee.toml.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
lychee.toml |
Removes the workaround exclusion for the previously broken Bottlerocket URL. |
data/adoptions.yaml |
Replaces the broken Bottlerocket adoption link with a working GitHub permalink to relevant publishing/roles documentation. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Author
|
@kairoaraujo , could you take a look at my PR when you get a chance? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes a 404 broken link for the Bottlerocket adoption entry in
data/adoptions.yamland cleans up the associated link-checker workaround.Fixes: #174