This is an automated email from the ASF dual-hosted git repository. zkaoudi pushed a commit to branch zkaoudi-patch-4 in repository https://gitbox.apache.org/repos/asf/wayang-website.git
commit a11832cc66f1aac3199cf0acb423c1ab7e9250bb Author: Zoi Kaoudi <[email protected]> AuthorDate: Mon Jan 26 15:20:10 2026 +0100 Update javadoc upload link in release instructions --- docs/community/how-to-make-a-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/how-to-make-a-release.md b/docs/community/how-to-make-a-release.md index 30dadb91..f5c161c7 100644 --- a/docs/community/how-to-make-a-release.md +++ b/docs/community/how-to-make-a-release.md @@ -166,4 +166,4 @@ Make sure the KEYS file contains your public key. The KEYS file can be found in 27. Create and upload the javadocs:\ Go to the source code directory and run ``mvn compile javadoc:javadoc javadoc:aggregate``\ The javadocs can then be found in the ``target`` directory\ - Upload the javadocs in the website: https://github.com/apache/incubator-wayang-website/tree/main/static/docs/api/javadocs + Upload the javadocs in the website: https://github.com/apache/wayang-website/tree/main/static/docs/api/javadocs
