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

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new bb5061878 [CELEBORN-997][DOC] Fix Rolling upgrade broken link
bb5061878 is described below

commit bb5061878088ad7147f47145e7916cfdce7f86f6
Author: sychen <[email protected]>
AuthorDate: Wed Sep 20 16:44:42 2023 +0800

    [CELEBORN-997][DOC] Fix Rolling upgrade broken link
    
    ### What changes were proposed in this pull request?
    https://celeborn.apache.org/docs/latest/developers/overview/
    
    > For more details, please refer to Rolling upgrade
    
    ### Why are the changes needed?
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Closes #1927 from cxzl25/CELEBORN-997.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 docs/developers/overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/developers/overview.md b/docs/developers/overview.md
index 418097c45..83bc51013 100644
--- a/docs/developers/overview.md
+++ b/docs/developers/overview.md
@@ -107,4 +107,4 @@ When graceful shutdown is turned on, upon shutdown, 
Celeborn will do the followi
 Then the Worker waits until all `PartitionLocation` flushes data to persistent 
storage, stores states in local leveldb,
 then stops itself. The process is typically within one minute.
 
-For more details, please refer to [Rolling 
upgrade](/upgrading/#rolling-upgrade)
+For more details, please refer to [Rolling 
upgrade](../../upgrading/#rolling-upgrade)

Reply via email to