Adez017 commented on issue #16840:
URL: https://github.com/apache/datafusion/issues/16840#issuecomment-3109285520

   > [@Adez017](https://github.com/Adez017) Thank you. These are the commands I 
used.
   > 
   > To generate rust docs (same as `ci/scripts/rust_docs.sh`):
   > 
   > ```
   > $ RUSTDOCFLAGS="-D warnings" cargo doc --document-private-items --no-deps 
--workspace
   > ```
   > 
   > To generate a markdown report of broken links using `lychee`:
   > 
   > ```
   > $fd -e html -e txt -e md . target/doc | xargs lychee --github-token 
"$GITHUB_TOKEN" --format markdown > lychee_report.md
   > ```
   > 
   > The `$GITHUB_TOKEN` is necessary to prevent HTTP 429 (too many requests) 
when checking github urls.
   
   Hi @jcsherin @2010YOUY01  just a quick follow up , does we need to check the 
old PR's also for broken links or just the new changes made through Push or PR 
. it would be better to be discussed as when i try to run on all the PR's i got 
too many requests. although its working as what i think 
   
   <img width="1182" height="368" alt="Image" 
src="https://github.com/user-attachments/assets/581e2fb6-f71d-44fc-9a0e-0a904dbab221";
 />


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to