Skip to content

Broken links #6194

Closed
Closed
@dveeden

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

This is excluding what was reported in #6192 and #6193

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions