Skip to content

docs: upgrade http:// to https:// in docs and comments#197

Open
peter-lawrey wants to merge 1 commit into
developfrom
sausage/docs-https
Open

docs: upgrade http:// to https:// in docs and comments#197
peter-lawrey wants to merge 1 commit into
developfrom
sausage/docs-https

Conversation

@peter-lawrey

Copy link
Copy Markdown
Member

Summary

  • Upgrades http:// to https:// in documentation files (.adoc, .md, LICENSE, NOTICE, AGENTS) and Java comment lines.
  • Skips XML namespace identifiers (xmlns=, xsi:schemaLocation=) and non-comment Java source where a URL might be a literal value.
  • Mechanical change, no code behaviour affected.

Test plan

  • Visual diff - only protocol http -> https changes.
  • Spot-check a few upgraded links still resolve.
  • CI green.

🤖 Generated with Claude Code

Applies to .adoc, .md, LICENSE, NOTICE, AGENTS files and to Java
comment lines (those starting with `*`, `//`, or `/*`). Skips XML
namespace identifiers (pom.xml `xmlns=`/`xsi:schemaLocation=`) and
non-comment Java source where http:// URLs may be literal values.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant