Fix insecure HTTP links in documentation - #57626
Conversation
Signed-off-by: arijitroy003 <arijitroy003@gmail.com>
| (the "License"); you may not use this file except in compliance with | ||
| the License. You may obtain a copy of the License at | ||
|
|
||
| http://www.apache.org/licenses/LICENSE-2.0 |
There was a problem hiding this comment.
There are hundreds of occurrences scattered across the codebase. Please either apply this uniformly across all files, or revert this single change and follow up separately for http://www.apache.org/licenses/LICENSE-2.0.
uros-b
left a comment
There was a problem hiding this comment.
Please update the PR title, e.g. by adding [MINOR][DOCS] or creating a Jira ticket
HyukjinKwon
left a comment
There was a problem hiding this comment.
0 blocking, 0 non-blocking, 0 nits.
Safe, mechanical link cleanup; all rewritten URLs are genuinely fetchable.
Verification
Checked for the usual trap in http->https sweeps -- rewriting URLs that are identifiers rather than fetchable links (XML namespaces, schemaLocation, DTDs, .xsd). A scan of the diff found none; every changed URL is an en.wikipedia.org article or the apache.org license URL, all of which support HTTPS. Two minor, non-blocking notes: the PR title lacks the usual [SPARK-xxxx][DOCS] tag, and the Apache license-header URL is conventionally left in its canonical http form (harmless in a rendered doc).
PR description suggestions
- Consider a [SPARK-xxxx][DOCS] title tag per the PR-title convention.
Summary
Update insecure HTTP links to HTTPS in documentation files.
Changes
Testing
N/A — documentation link updates only. Verified all target URLs resolve over HTTPS.