This is an automated email from the ASF dual-hosted git repository.
chengpan 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 dc5bdfadc [CELEBORN-923][DOC] docs/developers/overview.md has a broken
link
dc5bdfadc is described below
commit dc5bdfadcc9b3a833b0964af266a54e619b19f6b
Author: zhouyifan279 <[email protected]>
AuthorDate: Mon Aug 28 12:07:43 2023 +0800
[CELEBORN-923][DOC] docs/developers/overview.md has a broken link
### What changes were proposed in this pull request?
Fix a broken link in docs/developers/overview.md.
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Locally tested.
Closes #1845 from zhouyifan279/upgrade-page-link.
Authored-by: zhouyifan279 <[email protected]>
Signed-off-by: Cheng Pan <[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 70cf2dc9f..418097c45 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](/upgrade)
+For more details, please refer to [Rolling
upgrade](/upgrading/#rolling-upgrade)