Skip to content

Commit 42a302c

Browse files
committed
Use 'https://vavr.io' instead of 'http://vavr.io' (#2918)
1 parent 58bd285 commit 42a302c

File tree

294 files changed

+370
-370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+370
-370
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ _Source: http://users.ece.utexas.edu/~adnan/pike.html_
4949
* \ \/ / /\ \ \/ / /
5050
* \____/__/ \__\____/__/
5151
*
52-
* Copyright 2014-2024 Vavr, http://vavr.io
52+
* Copyright 2014-2024 Vavr, https://vavr.io
5353
*
5454
* Licensed under the Apache License, Version 2.0 (the "License");
5555
* you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Sputnik](https://sputnik.ci/conf/badge)](https://sputnik.ci/app#/builds/vavr-io/vavr)
66
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.png)](https://gitter.im/vavr-io/vavr)
77

8-
# [Vavr](http://vavr.io/)
8+
# [Vavr](https://vavr.io/)
99

1010
Vavr is an object-functional language extension to Java 8, which aims to reduce the lines of code and increase code quality.
1111
It provides persistent collections, functional abstractions for error handling, concurrent programming, pattern matching and much more.

vavr-benchmark/src/test/java/io/vavr/BenchmarkPerformanceReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/JmhRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/MemoryUsage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/ArrayBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/BitSetBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/CharSeqBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/HashSetBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

vavr-benchmark/src/test/java/io/vavr/collection/IteratorBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \ \/ / /\ \ \/ / /
44
* \____/__/ \__\____/__/
55
*
6-
* Copyright 2014-2024 Vavr, http://vavr.io
6+
* Copyright 2014-2024 Vavr, https://vavr.io
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)