This is an automated email from the ASF dual-hosted git repository.
felixybw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 37967384c [DOC] Fix broken link in NewToGluten.md (#5394)
37967384c is described below
commit 37967384c75fbea26960bfa1e21e79c321e73c40
Author: yew1eb <[email protected]>
AuthorDate: Sun Apr 14 03:44:43 2024 +0800
[DOC] Fix broken link in NewToGluten.md (#5394)
Fix Doc
---
docs/developers/NewToGluten.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developers/NewToGluten.md b/docs/developers/NewToGluten.md
index 49ba43bcc..abaabc699 100644
--- a/docs/developers/NewToGluten.md
+++ b/docs/developers/NewToGluten.md
@@ -65,7 +65,7 @@ And then set the environment setting.
# Compile gluten using debug mode
If you want to just debug java/scala code, there is no need to compile cpp
code with debug mode.
-You can just refer to
[build-gluten-with-velox-backend](../get-started/Velox.md#2-build-gluten-with-velox-backend).
+You can just refer to
[build-gluten-with-velox-backend](../get-started/Velox.md#build-gluten-with-velox-backend).
If you need to debug cpp code, please compile the backend code and gluten cpp
code with debug mode.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]