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 33e33bf8 Remove dead link and add another 33e33bf8 is described below commit 33e33bf88bfd31344f9f916a3095d50b066fb893 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Sun Oct 2 15:49:03 2022 -0400 Remove dead link and add another --- src/site/xdoc/faq.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index 5b53680a..31255b6c 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -40,9 +40,9 @@ <b>Q: </b> Is the BCEL thread-safe? <br/> <b>A: </b>BCEL was (deliberately) not designed for thread - safety. See <a href="https://java.sun.com/docs/books/cp/"> - "Concurrent Programming in Java"</a>, by Doug Lea, - for an excellent reference on how to build thread-safe wrappers. + safety. See "Concurrent Programming in Java"</a>, by Doug Lea, + for an excellent reference on how to build thread-safe wrappers and + <a href="https://docs.oracle.com/javase/tutorial/essential/concurrency/further.html">more</a>. </p> <p>