Skip to content

Commit 4f12c58

Browse files
chaorenGoogle Java Core Libraries
authored and
Google Java Core Libraries
committed
Update http:// links to https:// if available.
Also update some links that have been migrated. Context: #6839. RELNOTES=n/a PiperOrigin-RevId: 583431708
1 parent fe50118 commit 4f12c58

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/feature_addition_request.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ body:
99
1010
1111
Be aware, though: most feature requests are not accepted, even if they're suggested by
12-
a full-time Guava team member. [Feedback](http://stackoverflow.com/a/4543114/869736) from
13-
our users indicates that they really appreciate Guava's high power-to-weight ratio. It's
12+
a full-time Guava team member. [Feedback](https://stackoverflow.com/a/4543114) from our
13+
users indicates that they really appreciate Guava's high power-to-weight ratio. It's
1414
important to us to keep Guava as easy to use and understand as we can. That means boiling
1515
features down to compact but powerful abstractions, and controlling feature bloat carefully.
1616

.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ body:
99
1010
1111
Be aware, though: most feature requests are not accepted, even if they're suggested by
12-
a full-time Guava team member. [Feedback](http://stackoverflow.com/a/4543114/869736) from
13-
our users indicates that they really appreciate Guava's high power-to-weight ratio. It's
12+
a full-time Guava team member. [Feedback](https://stackoverflow.com/a/4543114) from our
13+
users indicates that they really appreciate Guava's high power-to-weight ratio. It's
1414
important to us to keep Guava as easy to use and understand as we can. That means boiling
1515
features down to compact but powerful abstractions, and controlling feature bloat carefully.
1616

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for it.
2121
If the feature has merit, it will go through a thorough process of API design
2222
and review. Any code should come after this.
2323

24-
[APIs]: http://en.wikipedia.org/wiki/Application_programming_interface
24+
[APIs]: https://en.wikipedia.org/wiki/Application_programming_interface
2525
[issue]: https://github.com/google/guava/issues
2626

2727
Pull requests
@@ -53,7 +53,7 @@ Guidelines for any code contributions:
5353
[well-formed commit message][] for the change.
5454

5555
[Java style guide]: https://google.github.io/styleguide/javaguide.html
56-
[well-formed commit message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
56+
[well-formed commit message]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
5757

5858
#### Merging pull requests ####
5959

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@ flavor.
8080
## Learn about Guava
8181

8282
- Our users' guide, [Guava Explained]
83-
- [A nice collection](http://www.tfnico.com/presentations/google-guava) of
83+
- [A nice collection](https://www.tfnico.com/presentations/google-guava) of
8484
other helpful links
8585

8686
## Links
8787

8888
- [GitHub project](https://github.com/google/guava)
8989
- [Issue tracker: Report a defect or feature request](https://github.com/google/guava/issues/new)
9090
- [StackOverflow: Ask "how-to" and "why-didn't-it-work" questions](https://stackoverflow.com/questions/ask?tags=guava+java)
91-
- [guava-announce: Announcements of releases and upcoming significant changes](http://groups.google.com/group/guava-announce)
92-
- [guava-discuss: For open-ended questions and discussion](http://groups.google.com/group/guava-discuss)
91+
- [guava-announce: Announcements of releases and upcoming significant changes](https://groups.google.com/group/guava-announce)
92+
- [guava-discuss: For open-ended questions and discussion](https://groups.google.com/group/guava-discuss)
9393

9494
## IMPORTANT WARNINGS
9595

guava-testlib/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ dependencies {
2828

2929
## Links
3030

31-
- [GitHub project](https://github.com/google/guava)
32-
- [Issue tracker: Report a defect or feature request](https://github.com/google/guava/issues/new)
33-
- [StackOverflow: Ask "how-to" and "why-didn't-it-work" questions](https://stackoverflow.com/questions/ask?tags=guava+java)
34-
- [guava-discuss: For open-ended questions and discussion](http://groups.google.com/group/guava-discuss)
31+
- [GitHub project](https://github.com/google/guava)
32+
- [Issue tracker: Report a defect or feature request](https://github.com/google/guava/issues/new)
33+
- [StackOverflow: Ask "how-to" and "why-didn't-it-work" questions](https://stackoverflow.com/questions/ask?tags=guava+java)
34+
- [guava-discuss: For open-ended questions and discussion](https://groups.google.com/group/guava-discuss)
3535

3636
## IMPORTANT WARNINGS
3737

0 commit comments

Comments
 (0)