Skip to content

Fix insecure HTTP links in documentation - #57626

Open
arijitroy003 wants to merge 1 commit into
apache:masterfrom
arijitroy003:fix/fix-http-links-docs
Open

Fix insecure HTTP links in documentation#57626
arijitroy003 wants to merge 1 commit into
apache:masterfrom
arijitroy003:fix/fix-http-links-docs

Conversation

@arijitroy003

Copy link
Copy Markdown

Summary

Update insecure HTTP links to HTTPS in documentation files.

Changes

  • Update Wikipedia links from HTTP to HTTPS across ML/MLlib documentation
  • Update Apache license URL to HTTPS in Avro data sources doc

Testing

N/A — documentation link updates only. Verified all target URLs resolve over HTTPS.

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

@uros-b uros-b Jul 29, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 uros-b left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the PR title, e.g. by adding [MINOR][DOCS] or creating a Jira ticket

@HyukjinKwon HyukjinKwon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants