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

lzljs3620320 pushed a commit to branch release-1.0
in repository https://gitbox.apache.org/repos/asf/paimon.git

commit 80793bcdd88d74dde51bf3aeaecb888f2dd3cde7
Author: yangjf2019 <[email protected]>
AuthorDate: Thu Jan 16 09:54:39 2025 +0800

    [hotfix][doc] fix the url link in document (#4914)
---
 docs/content/maintenance/rescale-bucket.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/maintenance/rescale-bucket.md 
b/docs/content/maintenance/rescale-bucket.md
index 16f171635b..96d6e1ee86 100644
--- a/docs/content/maintenance/rescale-bucket.md
+++ b/docs/content/maintenance/rescale-bucket.md
@@ -116,7 +116,7 @@ The pipeline has been running well for the past few weeks. 
However, the data vol
 and the job's latency keeps increasing. To improve the data freshness, users 
can 
 - Suspend the streaming job with a savepoint ( see 
   [Suspended 
State](https://nightlies.apache.org/flink/flink-docs-stable/docs/internals/job_scheduling/)
 and 
-  [Stopping a Job Gracefully Creating a Final 
Savepoint](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/cli/)
 )
+  [Stopping a Job Gracefully Creating a Final 
Savepoint](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/cli/#terminating-a-job)
 )
   ```bash
   $ ./bin/flink stop \
         --savepointPath /tmp/flink-savepoints \

Reply via email to