docs: fix security links in README - #5452
Open
kjanat wants to merge 1 commit into
Open
Conversation
kjanat
force-pushed
the
fix/docs-security-links
branch
2 times, most recently
from
September 8, 2026 19:56
6a28bf7 to
6f24f89
Compare
Member
https://github.com/opencontainers/runc/blob/master/docs/Security-Audit.pdf works for me (automatically redirected to https://github.com/opencontainers/runc/blob/main/docs/Security-Audit.pdf) |
kolyshkin
reviewed
Sep 8, 2026
kolyshkin
left a comment
Contributor
There was a problem hiding this comment.
Hmm the old links still work for me (github redirects those to main).
Contributor
|
so maybe we can just |
The README's security policy and audit-report links still reference the former `master` branch. GitHub currently redirects those links to `main`. Update both links to reference `main` directly. Signed-off-by: Kaj Kowalski <info@kajkowalski.nl>
kjanat
force-pushed
the
fix/docs-security-links
branch
from
September 9, 2026 00:10
6f24f89 to
1c45514
Compare
Author
|
Sure, makes sense. I've updated both branch references to main. |
kolyshkin
approved these changes
Sep 9, 2026
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.
The README's security policy and audit-report links still reference the former
masterbranch. GitHub currently redirects those links tomain.Update both links to reference
maindirectly.Earlier audit-report link screenshot
P.S. Thx for using
kjanat/actionlint!