miinhho opened a new pull request, #5324: URL: https://github.com/apache/zeppelin/pull/5324
### What is this PR for? The Cassandra interpreter help menu was linked to old Zeppelin `0.6.0-SNAPSHOT` documentation pages for dynamic forms and interpreter binding mode. Those links used outdated paths and HTTP URLs, which could send users to stale documentation. This PR updates those embedded help links to the current Zeppelin documentation URLs under `https://zeppelin.apache.org/docs/latest/usage/...`. ### What type of PR is it? Documentation ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-6497 ### How should this be tested? * Search for stale links: ``` rg -n "0\.6\.0-SNAPSHOT|manual/dynamicform|manual/interpreters" cassandra/src/main/resources/scalate/helpMenu.ssp ``` ### Questions: * Does the license 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
