-
Notifications
You must be signed in to change notification settings - Fork 355
Add GitHub workflow to check links in documentation #3218
Copy link
Copy link
Labels
b4bbit-for-bitbit-for-bitdevopsDevelopment Operations to improve development throughput, E.g., adding GitHub WorkflowsDevelopment Operations to improve development throughput, E.g., adding GitHub Workflowsdocs-loc:infrastructureRelates to documentation infrastructureRelates to documentation infrastructuredocs:infrastructureNew features or bug fixes in the documentation infrastructureNew features or bug fixes in the documentation infrastructuretestingadditions or changes to testsadditions or changes to tests
Metadata
Metadata
Assignees
Labels
b4bbit-for-bitbit-for-bitdevopsDevelopment Operations to improve development throughput, E.g., adding GitHub WorkflowsDevelopment Operations to improve development throughput, E.g., adding GitHub Workflowsdocs-loc:infrastructureRelates to documentation infrastructureRelates to documentation infrastructuredocs:infrastructureNew features or bug fixes in the documentation infrastructureNew features or bug fixes in the documentation infrastructuretestingadditions or changes to testsadditions or changes to tests
Type
Projects
Status
Done
Status
In Progress
curl -s -o /dev/null -w "%{http_code}" $URLwill return something other than 200 if the page doesn't exist. That will enable programmatic checking so we don't have to actually look at every site (although it might be good to do that as a second step).