File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ for it.
2121If the feature has merit, it will go through a thorough process of API design
2222and 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
2727Pull 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments