-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix broken links in transfer.md #28049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken links in transfer.md #28049
Conversation
b4d2e3c to
2045e23
Compare
Honny1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes. I found several broken links, and it seems some of the fixes broke lists that were previously working.
6dea26f to
d10fa51
Compare
Honny1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, last two nits.
Honny1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one last thing: squash your commits. Thanks
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
Changes: - Fix 'docs.source' typo to 'docs/source' on lines 54, 59, 60, 65. - Correct filenames on lines 84, 91, 170, 193-196 to point to files that actually exist in the repo. - Removed line 139 as the command no longer exists. Why: - The linked documentation filenames were renamed resulting in broken links. Scope: - transfer.md only - no code changes Signed-off-by: Criszel Gipala <[email protected]>
320e5d9 to
1243b2b
Compare
Honny1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changes:
Why:
Scope: transfer.md only - no code changes.
Checklist
Ensure you have completed the following checklist for your pull request to be reviewed:
commits. (
git commit -s). (If needed, usegit commit -s --amend). The author email must matchthe sign-off email address. See CONTRIBUTING.md
for more information.
Fixes: #00000in commit message (if applicable)make validatepr(format/lint checks)Noneif no user-facing changes)Does this PR introduce a user-facing change?