Skip to content
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

Add link checker to CI #1329

Merged
merged 5 commits into from
Nov 8, 2022
Merged

Add link checker to CI #1329

merged 5 commits into from
Nov 8, 2022

Commits on Nov 8, 2022

  1. Fix broken links

    A bunch of broken links I found
    richvdh committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6cbb88f View commit details
    Browse the repository at this point in the history
  2. changelogs

    richvdh committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4d0c912 View commit details
    Browse the repository at this point in the history
  3. Add htmltest github action

    richvdh committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3e074ed View commit details
    Browse the repository at this point in the history
  4. Uniquify some links

    The link checker doesn't understand that we dynamically re-assign element IDs
    at load time, so was failing for a few links that were technically valid
    (though presumably still broken for any client not using JS).
    
    Work around this by manually setting a few anchors, linking to other nearby
    bits of text, or just changing heading titles.
    richvdh committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9e83605 View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8dd89e0 View commit details
    Browse the repository at this point in the history