Fixing broken links #267
No reviewers
Labels
No Label
Good First Issue! 👋
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Question
Kind: Security
Part: Generator
Priority: High
Priority: Low
Priority: Medium
Reviewed: Confirmed
Reviewed: Duplicate
Reviewed: Invalid
Reviewed: Wontfix
Status: Blocked
Status: Help wanted
Status: In progress
Status: Needs feedback
Status: Ready for Review
Status: Review
Status: Stale
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Codeberg/Documentation#267
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "fsologureng/Documentation:fix_broken_links"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Changes:
/git/clone-commit-via-http
to/git/clone-commit-via-web
.To detect broken links I used wget:
However, wget detects html redirects (meta tag http-equiv refresh) as false positive.
If broken links have found, then the referer header will be searched for find out where they are:
Are the changes for article links from
.md
to/
intended?@ -17,3 +17,3 @@
## Email
For user support on Codeberg.org that *can not be handled by the channels mentioned above* (e.g. because it requires sensitive information), you can send an email to [help@codeberg.org](help-PLEASE-REMOVE-THIS-FOR-SPAM-PROTECTION@codeberg.org).
For user support on Codeberg.org that *can not be handled by the channels mentioned above* (e.g. because it requires sensitive information), you can send an email to [help@codeberg.org](mailto:help-PLEASE-REMOVE-THIS-FOR-SPAM-PROTECTION@codeberg.org).
Is the removal of the line break (double space in md) intended?
Sorry, no. I'll revert it.
I was learning Markdown when I found these broken links, so now I learned some more ;)
@ -7,3 +7,3 @@
redirects:
- {"from": "/git/clone-commit-via-ssh/", "to": "/git/clone-commit-via-cli/"}
- {"from": "/git/clone-commit-via-http/", "to": "/git/clone-commit-via-cli/"}
- {"from": "/git/clone-commit-via-http/", "to": "/git/clone-commit-via-web/"}
Please revert the change. The "clone via http" guide and "... ssh" guide were merged in the cli guide. The web guide only shows using the web interface, not using the CLI to clone via HTTP.
Sorry, I undertood wrong. I'll revert it.
I saw that the two links to .md are now broken, changing the md extension to / fixed them, so yes, was intended.
Thanks for your review Otto 👍
OK, great. Looking forward to fixes for the two open comments. Thank you very much!
Thank you very much!
You welcome :)