hyo-ryeong opened a new pull request, #4993: URL: https://github.com/apache/zeppelin/pull/4993
### 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? [JIRA: ZEPPELIN-6253](https://issues.apache.org/jira/browse/ZEPPELIN-6253) --- ### How should this be tested? 1. Navigate to **Credential** page in Zeppelin. 2. Click the **"?" (Learn more)** link at the top right. 3. 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 -- 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]
