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 36f2e0313 [MINOR] Fix style and Gluten link in Developers Doc
36f2e0313 is described below

commit 36f2e031385ba49260d946259baa571543f9a5bd
Author: SteNicholas <[email protected]>
AuthorDate: Mon Mar 11 12:07:01 2024 +0800

    [MINOR] Fix style and Gluten link in Developers Doc
    
    ### What changes were proposed in this pull request?
    
    Fix style and Gluten link in Developers Doc.
    
    ### Why are the changes needed?
    
    - `slotsallocation.md` has the following wrong style:
    
    <img width="1434" alt="image" 
src="https://github.com/apache/incubator-celeborn/assets/10048174/97fb53ed-473d-4f3d-8231-1fb613df9132";>
    
    - Gluten is apache incubating projetc, of which the link of Gluten project 
should be [Gluten](https://github.com/apache/incubator-gluten).
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No.
    
    Closes #2375 from SteNicholas/developers-doc.
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 docs/developers/glutensupport.md   | 4 ++--
 docs/developers/overview.md        | 2 +-
 docs/developers/slotsallocation.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/developers/glutensupport.md b/docs/developers/glutensupport.md
index 3879e353f..f18bd9340 100644
--- a/docs/developers/glutensupport.md
+++ b/docs/developers/glutensupport.md
@@ -19,9 +19,9 @@ license: |
 # Gluten Support
 ## Velox Backend
 
-[Gluten](https://github.com/oap-project/gluten) with velox backend supports 
Celeborn as remote shuffle service. Below introduction is used to enable this 
feature
+[Gluten](https://github.com/apache/incubator-gluten) with velox backend 
supports Celeborn as remote shuffle service. Below introduction is used to 
enable this feature
 
-First refer to this 
URL(https://github.com/oap-project/gluten/blob/main/docs/get-started/Velox.md) 
to build Gluten with velox backend.
+First refer to [Get Started With 
Velox](https://github.com/apache/incubator-gluten/blob/main/docs/get-started/Velox.md)
 to build Gluten with velox backend.
 
 When compiling the Gluten Java module, it's required to enable `rss` profile, 
as follows:
 
diff --git a/docs/developers/overview.md b/docs/developers/overview.md
index 9617fa989..432111a36 100644
--- a/docs/developers/overview.md
+++ b/docs/developers/overview.md
@@ -90,7 +90,7 @@ and easy to implement plugins for various engines.
 
 Currently, Celeborn officially supports 
[Spark](https://spark.apache.org/)(both Spark 2.x and Spark 3.x),
 [Flink](https://flink.apache.org/)(1.14/1.15/1.17), and
-[Gluten](https://github.com/oap-project/gluten). Also developers are 
integrating Celeborn with other engines,
+[Gluten](https://github.com/apache/incubator-gluten). Also developers are 
integrating Celeborn with other engines,
 for example [MR3](https://mr3docs.datamonad.com/docs/mr3/).
 
 Celeborn community is also working on integrating Celeborn with other engines.
diff --git a/docs/developers/slotsallocation.md 
b/docs/developers/slotsallocation.md
index 78644b16c..a8d744915 100644
--- a/docs/developers/slotsallocation.md
+++ b/docs/developers/slotsallocation.md
@@ -37,6 +37,7 @@ celeborn.master.slot.assign.loadAware.fetchTimeWeight 0
 ```
 ### Detail
 Load-aware slots allocation will take following elements into consideration.
+
 - disk's fetch time 
 - disk's flush time 
 - disk's usable space

Reply via email to