This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 27cac96 Update the documentation link to not lead to 404. (#218) 27cac96 is described below commit 27cac96db6fbf8e9ea7f040bb6e4ccc3078b6009 Author: wodencafe <wodenc...@woden.cafe> AuthorDate: Sat Oct 30 16:31:11 2021 -0500 Update the documentation link to not lead to 404. (#218) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79871d1..d867e67 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Documentation ------------- More information can be found on the [Apache Commons VFS Project homepage](https://commons.apache.org/proper/commons-vfs). -The [Javadoc](https://commons.apache.org/proper/commons-vfs/apidocs) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-vfs/commons-vfs2/apidocs/index.html) can be browsed. Questions related to the usage of Apache Commons VFS Project should be posted to the [user mailing list][ml]. Where can I get the latest release?