dntjr8096 opened a new pull request, #4417: URL: https://github.com/apache/zeppelin/pull/4417
### What is this PR for? Most broken links have been updated to the latest. However, in the case of cdh.md and cron_schduler.md, I fixed it by another method. In the case of cdh.md, the Cloudera official document disappeared. so i replaced it with a docker hub site with the same content. And in the case of cron_scheduler.md, I replaced it with the version 2.2.2 site to match version 2.2.x. ### What type of PR is it? Bug Fix Documentation ### Todos ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-5777 ### How should this be tested? I tested it using [markdown-link-checker](https://github.com/tcort/markdown-link-check) The test proceeded as follows. ```bash npm install -g markdown-link-check cd zeppelin/docs find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check > result.txt cat result.txt | grep 404 ``` ### Screenshots (if appropriate) ### Questions: * Does the licenses files need to update? no * Is there breaking changes for older versions? no * Does this needs documentation? no -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org