Skip to content

New command to check broken links#31

Merged
andynog merged 3 commits intomainfrom
andy/check-broken-links
Feb 15, 2023
Merged

New command to check broken links#31
andynog merged 3 commits intomainfrom
andy/check-broken-links

Conversation

@andynog
Copy link
Collaborator

@andynog andynog commented Feb 10, 2023

closes: #25

Implemented a command in the Makefile to allow checking for broken links (error 404) in all documentation releases (entries in the versions file)

A separete .txt file will be generated for each release. This is a better way to fix the broken links since some links are only pertinent to a particular release.

These generated reports will help fix this issue in the cometbft repo

@andynog andynog added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 10, 2023
@andynog andynog self-assigned this Feb 10, 2023
aaronmw

This comment was marked as off-topic.

@andynog andynog merged commit 2b2c53b into main Feb 15, 2023
@andynog andynog deleted the andy/check-broken-links branch February 15, 2023 22:09
@aaronmw
Copy link
Contributor

aaronmw commented Feb 15, 2023

Thanks @andynog ! I've tried this approach before with html-proofer. The tool you're using here worked nicely though. Faster than html-proofer was too, I think.

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

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

Add check for broken links

2 participants