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

Check hyperlinks automatically #13

Open
MLopez-Ibanez opened this issue Feb 17, 2022 · 3 comments
Open

Check hyperlinks automatically #13

MLopez-Ibanez opened this issue Feb 17, 2022 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@MLopez-Ibanez
Copy link
Member

It shouldn't be too hard to check that hyperlinks work in the bibtex files in one of the github actions. This will detect some typos and also stale links.

@MLopez-Ibanez MLopez-Ibanez added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 17, 2022
@MLopez-Ibanez
Copy link
Member Author

To make it less expensive and less noisy, we should probably just check the links added or modified by a commit. Otherwise, the action would check thousands of links for every commit.

@MLopez-Ibanez MLopez-Ibanez pinned this issue Dec 13, 2022
@MLopez-Ibanez
Copy link
Member Author

The new checkurl can be used for this. Before adding it to github actions, we would need to fix all the broken URLs. There are quite a few.

@MLopez-Ibanez
Copy link
Member Author

  • Fix URLs in biblio.bib or add broken ones to bad-urls.txt
  • Fix URLs in articles.bib or add broken ones to bad-urls.txt
  • Call checkurl from github action (maybe a separate one)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant