This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 9a8ea36149 [ZEPPELIN-6249] Fix broken Ace Editor theme link in STYLE.md 9a8ea36149 is described below commit 9a8ea36149637b7c1a53a72554c39a47a5308e2a Author: HyoRyeong Jang <78651181+hyo-rye...@users.noreply.github.com> AuthorDate: Mon Jul 21 12:30:54 2025 +0900 [ZEPPELIN-6249] Fix broken Ace Editor theme link in STYLE.md ### What is this PR for? This PR updates the outdated link to Ace Editor themes in the STYLE.md file. The previous link pointed to a non-existing path, and the new link ensures contributors can find the correct theme list. ### What type of PR is it? Documentation ### Todos - [x] Update broken theme URL ### What is the Jira issue? [ZEPPELIN-6249](https://issues.apache.org/jira/browse/ZEPPELIN-6249) ### How should this be tested? No functional code changes. Just confirm that the updated link is valid and accessible in the rendered markdown. ### Screenshots (if appropriate) _N/A_ ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4992 from hyo-ryeong/feature/ZEPPELIN-6249. Signed-off-by: Cheng Pan <cheng...@apache.org> --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 94265e0b73..ea74b441e2 100644 --- a/STYLE.md +++ b/STYLE.md @@ -13,7 +13,7 @@ There are two parts to code highlighting. First, Zeppelin uses the Ace Editor fo app/scripts/controllers/paragraph.js Call setTheme on the editor with the theme path/name. [Setting Theme on Ace Documentation](http://ace.c9.io/#nav=howto) -[List of themes on GitHub](https://github.com/ajaxorg/ace/tree/master/lib/ace/theme) +[List of themes on GitHub](https://github.com/ajaxorg/ace/tree/master/src/theme) #### Style for Markdown Code Blocks Highlight.js parses and converts <pre><code> blocks from markdown parser into keywords and language syntax with proper styles. It also attempts to infer the best fitting language if it is not provided. The visual style can be changed by simply including the desired [stylesheet](https://github.com/components/highlightjs/tree/master/styles) into app/index.html. See the next section on build.