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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 71ed89f (doc) Fixed broken links in README.md (#24)
71ed89f is described below
commit 71ed89fe8dba42f45a8a02bdf7247a11e1ab6985
Author: Shubham Raj <[email protected]>
AuthorDate: Sun Mar 3 03:48:51 2019 +0530
(doc) Fixed broken links in README.md (#24)
Link to API Javadoc
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1620ff9..627d608 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Documentation
-------------
More information can be found on the [Apache Commons BCEL
homepage](https://commons.apache.org/proper/commons-bcel).
-The
[Javadoc](https://commons.apache.org/proper/commons-bcel/javadocs/api-release)
can be browsed.
+The
[Javadoc](https://commons.apache.org/proper/commons-bcel/apidocs/index.html)
can be browsed.
Questions related to the usage of Apache Commons BCEL should be posted to the
[user mailing list][ml].
Where can I get the latest release?