github-action-markdown-link-check icon indicating copy to clipboard operation
github-action-markdown-link-check copied to clipboard

some specific links are marked as dead

Open nvliyuan opened this issue 2 years ago • 3 comments
trafficstars

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.

nvliyuan avatar Dec 26 '22 03:12 nvliyuan

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?

mmulji-ic avatar Jun 08 '23 08:06 mmulji-ic

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

sdruskat avatar Jul 04 '23 10:07 sdruskat

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.

Jarod42 avatar Jan 10 '24 15:01 Jarod42