@@ -51,7 +51,7 @@ Apache Commons CLI provides a simple API for presenting, processing and validati
5151Documentation
5252-------------
5353
54- More information can be found on the [ homepage] ( https://commons.apache.org/proper/commons-cli ) .
54+ More information can be found on the [ Apache Commons CLI homepage] ( https://commons.apache.org/proper/commons-cli ) .
5555The [ JavaDoc] ( https://commons.apache.org/proper/commons-cli/javadocs/api-release ) can be browsed.
5656Questions related to the usage of Apache Commons CLI should be posted to the [ user mailing list] [ ml ] .
5757
@@ -72,7 +72,7 @@ Alternatively you can pull it from the central Maven repositories:
7272Contributing
7373------------
7474
75- We accept PRs via github . The [ developer mailing list] [ ml ] is the main channel of communication for contributors.
75+ We accept Pull Requests via GitHub . The [ developer mailing list] [ ml ] is the main channel of communication for contributors.
7676There are some guidelines which will make applying PRs easier for us:
7777+ No tabs! Please use spaces for indentation.
7878+ Respect the code style.
@@ -84,7 +84,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines
8484
8585License
8686-------
87- Code is under the [ Apache Licence v2] ( https://www.apache.org/licenses/LICENSE-2.0.txt ) .
87+ This code is under the [ Apache Licence v2] ( https://www.apache.org/licenses/LICENSE-2.0 ) .
88+
89+ See the ` NOTICE.txt ` file for required notices and attributions.
8890
8991Donations
9092---------
@@ -94,8 +96,8 @@ Additional Resources
9496--------------------
9597
9698+ [ Apache Commons Homepage] ( https://commons.apache.org/ )
97- + [ Apache Bugtracker (JIRA)] ( https://issues.apache.org/jira/ )
99+ + [ Apache Issue Tracker (JIRA)] ( https://issues.apache.org/jira/browse/CLI )
98100+ [ Apache Commons Twitter Account] ( https://twitter.com/ApacheCommons )
99- + #apachecommons IRC channel on freenode.org
101+ + ` #apache-commons ` IRC channel on ` irc. freenode.org`
100102
101103[ ml ] :https://commons.apache.org/mail-lists.html
0 commit comments