Skip to content

[ZEPPELIN-6498] Fix broken interpreter binding mode link in interpreter overview docs#5321

Merged
tbonelee merged 2 commits into
apache:masterfrom
miinhho:docs/fix-broken-interpreter-binding-link
Jul 19, 2026
Merged

[ZEPPELIN-6498] Fix broken interpreter binding mode link in interpreter overview docs#5321
tbonelee merged 2 commits into
apache:masterfrom
miinhho:docs/fix-broken-interpreter-binding-link

Conversation

@miinhho

@miinhho miinhho commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

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?

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

@tbonelee
tbonelee merged commit 03c9d16 into apache:master Jul 19, 2026
17 of 18 checks passed
@tbonelee

Copy link
Copy Markdown
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants