Skip to content

link checker testing#8434

Open
starswan wants to merge 2 commits intomainfrom
check-broken-links
Open

link checker testing#8434
starswan wants to merge 2 commits intomainfrom
check-broken-links

Conversation

@starswan
Copy link
Contributor

@github-actions
Copy link

Review app deployed to https://teaching-vacancies-review-pr-8434.test.teacherservices.cloud on AKS

@starswan starswan changed the title add deliberate typo link checker testing Jan 19, 2026
@starswan starswan marked this pull request as ready for review January 22, 2026 14:05
Comment on lines 35 to 44
# POST_SECTIONS.each do |section, subcats|
# m.add posts_path(section), period: "weekly"
# subcats.each do |subcat, post|
# m.add subcategory_path(section, subcat), period: "weekly"
#
# post.each do |post|
# m.add post_path(section, subcat, post), period: "weekly"
# end
# end
# end
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✂️ ?

Suggested change
# POST_SECTIONS.each do |section, subcats|
# m.add posts_path(section), period: "weekly"
# subcats.each do |subcat, post|
# m.add subcategory_path(section, subcat), period: "weekly"
#
# post.each do |post|
# m.add post_path(section, subcat, post), period: "weekly"
# end
# end
# end

| fgrep loc \
| sed s'/ <loc>//' \
| sed s'/<\/loc>//' \
| wget -nv --spider -H -r -l1 -i - --user=$2 --password=$3 -P /tmp/spider \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ From what I read, the --spider option makes wget visit but not download the pages. Wouldn't that make -P /tmp/spider redundant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants