Skip to content

Commit 9bf3088

Browse files
peter-lawreyclaude
andcommitted
docs: upgrade http:// to https:// in documentation and comments
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>
1 parent 59b706d commit 9bf3088

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
3+
https://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

@@ -192,7 +192,7 @@
192192
you may not use this file except in compliance with the License.
193193
You may obtain a copy of the License at
194194

195-
http://www.apache.org/licenses/LICENSE-2.0
195+
https://www.apache.org/licenses/LICENSE-2.0
196196

197197
Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ There is no simple way to hash these using this project, for example, classes su
9090

9191
=== Javadoc
9292

93-
See http://javadoc.io/doc/net.openhft/zero-allocation-hashing/latest
93+
See https://javadoc.io/doc/net.openhft/zero-allocation-hashing/latest
9494

9595
=== Internal documentation
9696

@@ -132,7 +132,7 @@ In Java:
132132
long hash = LongHashFunction.wy_3().hashChars("hello");
133133
----
134134

135-
See *http://javadoc.io/doc/net.openhft/zero-allocation-hashing/latest[JavaDocs]* for more information.
135+
See *https://javadoc.io/doc/net.openhft/zero-allocation-hashing/latest[JavaDocs]* for more information.
136136

137137
== Contributions are most welcome!
138138

0 commit comments

Comments
 (0)