[ZEPPELIN-6498] Fix broken interpreter binding mode link in interpreter overview docs#5321
Merged
tbonelee merged 2 commits intoJul 19, 2026
Conversation
tbonelee
approved these changes
Jul 19, 2026
Contributor
|
Thanks. Merged into master |
gyowoo1113
pushed a commit
to gyowoo1113/zeppelin
that referenced
this pull request
Jul 19, 2026
…er overview docs ### 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 Closes apache#5321 from miinhho/docs/fix-broken-interpreter-binding-link. Signed-off-by: ChanHo Lee <chanholee@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 isinterpreter_binding_mode.mdand is published asinterpreter_binding_mode.html. This updates the link to the correct relative targetWhat type of PR is it?
Documentation
What is the Jira issue?
How should this be tested?
docs/usage/interpreter/interpreter_binding_mode.mdexists.Questions: