zeppelin
zeppelin copied to clipboard
[ZEPPELIN-6253] fix: remove SNAPSHOT from version when building crede…
What is this PR for?
Fixes a broken "Learn more" link on the credential page.
Zeppelin currently appends -SNAPSHOT to the version when constructing the documentation link, which results in a 404 page.
This PR removes -SNAPSHOT from the version and ensures it uses a valid documentation path.
Broken link (before):
https://zeppelin.apache.org/docs/0.12.0-SNAPSHOT/setup/security/datasource_authorization.html
Corrected link (after):
https://zeppelin.apache.org/docs/0.12.0/setup/security/datasource_authorization.html
What type of PR is it?
- [x] Bug Fix
What is the Jira issue?
How should this be tested?
- Navigate to Credential page in Zeppelin.
- Click the "?" (Learn more) link at the top right.
- Confirm it opens a valid docs page without 404.
Questions
- Does the license files need to update? → No
- Is there breaking changes for older versions? → No
- Does this need documentation? → No