miinhho opened a new pull request, #5321: URL: https://github.com/apache/zeppelin/pull/5321
### What is this PR for? This PR fixes a broken relative link in the ConfInterpreter section of the interpreter overview documentation. The page previously linked to `../usage/interpreter/interpreter_bindings_mode.html`, but the actual interpreter binding mode document is `interpreter_binding_mode.md` and is published as `interpreter_binding_mode.html`. This updates the link to the correct relative target ### What type of PR is it? Documentation ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-6498 ### How should this be tested? * Search the file for the broken target: ``` rg -n "interpreter_bindings_mode|\.\./usage/interpreter/interpreter_binding" docs/usage/interpreter/overview.md ``` * Confirm `docs/usage/interpreter/interpreter_binding_mode.md` exists. ### 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]
