This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch fuzzing in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/fuzzing by this push: new 9f266f05 Fix fuzzing doc URL 9f266f05 is described below commit 9f266f059cc097cb0497ba99c5a13a35f7273595 Author: Volkan Yazıcı <vol...@yazi.ci> AuthorDate: Thu Aug 15 10:52:57 2024 +0200 Fix fuzzing doc URL --- src/fuzzers/bash/oss-fuzz-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuzzers/bash/oss-fuzz-build.sh b/src/fuzzers/bash/oss-fuzz-build.sh index 6e464905..026b3fc5 100755 --- a/src/fuzzers/bash/oss-fuzz-build.sh +++ b/src/fuzzers/bash/oss-fuzz-build.sh @@ -20,7 +20,7 @@ if [[ "$#" -ne 1 ]]; then cat >&2 <<EOF Generates fuzzer runner scripts to be employed by Google OSS-Fuzz. -See "FUZZING.adoc" for details. +For details, see: http://logging.apache.org/log4cxx/fuzzing.html Usage: $0 <outputDir>