daviddallakyan2005 opened a new pull request, #58020:
URL: https://github.com/apache/spark/pull/58020

   ### What changes were proposed in this pull request?
   
   Fix a broken relative link in the Structured Streaming Kafka integration 
guide. `docs/streaming/structured-streaming-kafka-integration.md` pointed at 
`submitting-applications.html` with no `../` prefix, so the rendered page 404s. 
The target file is `docs/submitting-applications.md`. Sibling pages under 
`docs/streaming/` already use `../` for parent-directory docs.
   
   ### Why are the changes needed?
   
   The Application Submission Guide link in the Deploying section of the Kafka 
guide is broken.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Confirmed `docs/submitting-applications.md` exists one directory above 
`docs/streaming/`. The corrected href matches the `../` convention already used 
by sibling pages such as `docs/streaming/ss-migration-guide.md` 
(`../sql-migration-guide.html`).
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Cursor Grok 4.6
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to