Closed
Description
Error Report
#!/bin/sh
http_status_ok="0,200,400,403,429,999"
find . -type f -name "*\.md" -exec /usr/local/bin/markdown-link-check -q -a $http_status_ok {} \; 2> /dev/null | awk '
/^FILE/ {
file=$2
}
/→ Status: / {
print file " - " $2 " → Status: " $NF
}
'
Result:
./tiup/tiup-dm-topology-reference.md - https://github.com/pingcap/tiup/blob/master/embed/templates/examples/dm/topology.example.yaml → Status: 404
./tiup/tiup-cluster.md - https://github.com/pingcap/tiup/blob/master/embed/templates/examples/topology.example.yaml → Status: 404
./tiup/tiup-cluster-topology-reference.md - https://github.com/pingcap/tiup/blob/master/embed/templates/examples/topology.example.yaml → Status: 404
./error-codes.md - https://dev.mysql.com/doc/refman/5.7/en/server-error-reference.html → Status: 404
./maintain-tidb-using-tiup.md - https://github.com/pingcap/tiup/blob/master/embed/templates/examples/topology.example.yaml → Status: 404
./support.md - https://pingcap.com/tidbslack → Status: 404
./production-deployment-using-tiup.md - https://github.com/pingcap/tiup/blob/master/embed/templates/examples/topology.example.yaml → Status: 404
./production-deployment-using-tiup.md - https://github.com/pingcap/tiup/blob/master/embed/templates/examples/topology.example.yaml#L7 → Status: 404
Metadata
Assignees
Labels
No labels