@@ -56,7 +56,7 @@ The Apache Commons Codec package contains simple encoder and decoders for
5656Documentation
5757-------------
5858
59- More information can be found on the [ homepage] ( https://commons.apache.org/proper/commons-codec ) .
59+ More information can be found on the [ Apache Commons Codec homepage] ( https://commons.apache.org/proper/commons-codec ) .
6060The [ JavaDoc] ( https://commons.apache.org/proper/commons-codec/javadocs/api-release ) can be browsed.
6161Questions related to the usage of Apache Commons Codec should be posted to the [ user mailing list] [ ml ] .
6262
@@ -77,7 +77,7 @@ Alternatively you can pull it from the central Maven repositories:
7777Contributing
7878------------
7979
80- We accept PRs via github . The [ developer mailing list] [ ml ] is the main channel of communication for contributors.
80+ We accept Pull Requests via GitHub . The [ developer mailing list] [ ml ] is the main channel of communication for contributors.
8181There are some guidelines which will make applying PRs easier for us:
8282+ No tabs! Please use spaces for indentation.
8383+ Respect the code style.
@@ -89,7 +89,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines
8989
9090License
9191-------
92- Code is under the [ Apache Licence v2] ( https://www.apache.org/licenses/LICENSE-2.0.txt ) .
92+ This code is under the [ Apache Licence v2] ( https://www.apache.org/licenses/LICENSE-2.0 ) .
93+
94+ See the ` NOTICE.txt ` file for required notices and attributions.
9395
9496Donations
9597---------
@@ -99,8 +101,8 @@ Additional Resources
99101--------------------
100102
101103+ [ Apache Commons Homepage] ( https://commons.apache.org/ )
102- + [ Apache Bugtracker (JIRA)] ( https://issues.apache.org/jira/ )
104+ + [ Apache Issue Tracker (JIRA)] ( https://issues.apache.org/jira/browse/CODEC )
103105+ [ Apache Commons Twitter Account] ( https://twitter.com/ApacheCommons )
104- + #apachecommons IRC channel on freenode.org
106+ + ` #apache-commons ` IRC channel on ` irc. freenode.org`
105107
106108[ ml ] :https://commons.apache.org/mail-lists.html
0 commit comments