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

kabhwan pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 5a450e48b5ab [SPARK-52350][SS] Fix link for SS programming guide in 4.0
5a450e48b5ab is described below

commit 5a450e48b5ab990993349ecafb0b1c1898135804
Author: Anish Shrigondekar <anish.shrigonde...@databricks.com>
AuthorDate: Fri May 30 12:03:37 2025 +0900

    [SPARK-52350][SS] Fix link for SS programming guide in 4.0
    
    ### What changes were proposed in this pull request?
    Fix link for SS programming guide in 4.0
    
    ### Why are the changes needed?
    Without this change, the doc link is broken
    
    ### Does this PR introduce _any_ user-facing change?
    Yes
    
    ### How was this patch tested?
    Confirmed with manual test.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #51051 from anishshri-db/task/SPARK-52350.
    
    Authored-by: Anish Shrigondekar <anish.shrigonde...@databricks.com>
    Signed-off-by: Jungtaek Lim <kabhwan.opensou...@gmail.com>
    (cherry picked from commit a4bdb37efcf70bd6793001f00aa1a2afda38c9e5)
    Signed-off-by: Jungtaek Lim <kabhwan.opensou...@gmail.com>
---
 docs/structured-streaming-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/structured-streaming-programming-guide.md 
b/docs/structured-streaming-programming-guide.md
index 661edf67bf45..51fd0a505f37 100644
--- a/docs/structured-streaming-programming-guide.md
+++ b/docs/structured-streaming-programming-guide.md
@@ -19,4 +19,4 @@ license: |
   limitations under the License.
 ---
 
-As of Spark 4.0.0, the Structured Streaming Programming Guide has been broken 
apart into smaller, more readable pages. You can find these pages 
[here](/streaming).
+As of Spark 4.0.0, the Structured Streaming Programming Guide has been broken 
apart into smaller, more readable pages. You can find these pages 
[here](./streaming/index.html).


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to