ruanwenjun commented on PR #17172:
URL: 
https://github.com/apache/dolphinscheduler/pull/17172#issuecomment-2871038916

   ```
   for file in $(locate "$PWD*/*.md" | grep -v ./deploy/terraform/aws/README.md 
| grep -v ./.github); do
       markdown-link-check -c .dlc.json -q "$file" &
   done
   ```
   It seems hard to find out which file exist dead link, since we use async 
here?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to