1u0 commented on issue #9544: [FLINK-13875][docs] Add missing redirects to the 
documentation
URL: https://github.com/apache/flink/pull/9544#issuecomment-525607919
 
 
   Just some ideas:
   
   There is a [`docs/check_links.sh` 
script](https://github.com/apache/flink/blob/master/docs/check_links.sh) that 
uses `wget` to crawl urls and has some simple (http status) check of links.
   If I'm not wrong, the script also checks external links for 2xx http status.
   
   Maybe it can be modified to also check "compatibility" between docs 
versions. The implementation is basically to list all document urls (sort and 
filter some exceptional cases) and compare against a previous set.
   
   `wget` has additional options like `--accept-regex=...`, 
`--reject-regex=...` that can help to list only docs urls. Alternatively, maybe 
it's just enough to list the directory contents under `docs/` in the project 
repository.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to