This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.12 by this push:
     new e0fcbf2fcd [ZEPPELIN-6249] Fix broken Ace Editor theme link in STYLE.md
e0fcbf2fcd is described below

commit e0fcbf2fcdf80b01ba41a925cf9737cf7b2843f5
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>
    (cherry picked from commit 9a8ea36149637b7c1a53a72554c39a47a5308e2a)
    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 &lt;pre&gt;&lt;code&gt; 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.

Reply via email to