Fix broken links in README.md git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1782569 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/30b2acad Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/30b2acad Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/30b2acad Branch: refs/heads/master Commit: 30b2acadc2dfe67fe90f7fb6e0469f38c5389b47 Parents: ff51fd1 Author: Benedikt Ritter <[email protected]> Authored: Sat Feb 11 09:49:55 2017 +0000 Committer: Benedikt Ritter <[email protected]> Committed: Sat Feb 11 09:49:55 2017 +0000 ---------------------------------------------------------------------- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/30b2acad/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fd0cd46..10a5e30 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ The Apache Commons Collections package contains types that extend and augment th Documentation ------------- -More information can be found on the [Apache Commons Collections homepage](https://commons.apache.org/proper/commons-collections4). -The [JavaDoc](https://commons.apache.org/proper/commons-collections4/javadocs/api-release) can be browsed. +More information can be found on the [Apache Commons Collections homepage](https://commons.apache.org/proper/commons-collections). +The [JavaDoc](https://commons.apache.org/proper/commons-collections/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Collections should be posted to the [user mailing list][ml]. Where can I get the latest release? ----------------------------------- -You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-collections4/download_collections4.cgi). +You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-collections/download_collections.cgi). Alternatively you can pull it from the central Maven repositories:
