This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-site.git
commit 6eb6bd96df0edf684a495f7e3d65987fda920746 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Jul 18 00:57:50 2022 +0200 Fixed some wrong command line in the dev guide for the doco release --- source/mina-project/developer-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/mina-project/developer-guide.md b/source/mina-project/developer-guide.md index 2f8b2be63..2e1cd71c6 100644 --- a/source/mina-project/developer-guide.md +++ b/source/mina-project/developer-guide.md @@ -579,9 +579,9 @@ Then copy the directories (change the <version> part): ``` cd target/checkout/target/site rclone copy --progress apidocs nightlies:/mina/mina/<version>/apidocs -rclone copy --progress xref nightlies:/mina/mina/<version>/testapidocs +rclone copy --progress testapidocs nightlies:/mina/mina/<version>/testapidocs rclone copy --progress xref nightlies:/mina/mina/<version>/xref -rclone copy --progress xref nightlies:/mina/mina/<version>/xref-test +rclone copy --progress xref-test nightlies:/mina/mina/<version>/xref-test ``` Finally update the links in the static/mina-project/gen-docs/.htaccess of the mina-site repo (change the <version> part):