gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
407 stars 76 forks source link

some specific links are marked as dead #169

Open nvliyuan opened 1 year ago

nvliyuan commented 1 year ago

some specific links are marked as dead but actually they are accessible:

ERROR: 2 dead links found!
[✖] https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/ → Status: 0
[✖] https://network.nvidia.com/products/GPUDirect-RDMA/ → Status: 0

please see https://github.com/NVIDIA/spark-rapids/actions/runs/3778764479/jobs/6423608422

And this issue can not be reproduced consistently.

mmulji-ic commented 1 year ago

We have a similar issue where in the markdown file we have:

    - [Performance](#Performance)

But the following error is generated:

  ERROR: 3 dead links found!
  [✖] #declaring-smpty-slices → Status: 404
  [✖] #Performance → Status: 404
  [✖] #handle-error-on-the-top-level → Status: 404

https://github.com/cosmos/gaia/actions/runs/5195009758/jobs/9367296115

@gaurav-nelson any idea whether this is intended or how we can fix?

sdruskat commented 1 year ago

https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/169#issue-1510554821 is the same behaviour as reported in #140.

Jarod42 commented 8 months ago

Same here, with job https://github.com/maxr-dot-org/maxr/actions/runs/7476999553/job/20348675488

ERROR: 1 dead links found! [✖] https://en.wikipedia.org/wiki/Mechanized_Assault_%26_Exploration → Status: 404

whereas the page does exist.