This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 253c5ebc docs: improve init link 253c5ebc is described below commit 253c5ebc15c9219427793f6031f39f7ead754d54 Author: Sandra Parsick <m...@sandra-parsick.de> AuthorDate: Fri Jan 10 20:41:32 2025 +0100 docs: improve init link --- content/markdown/scm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/markdown/scm.md b/content/markdown/scm.md index 576618cc..cb004b47 100644 --- a/content/markdown/scm.md +++ b/content/markdown/scm.md @@ -48,7 +48,7 @@ manifest: 2. Check out a new repo workspace and prepare master branch: ``` - repo init -u https://gitbox.apache.org/repos/asf/maven-sources.git + repo init -u https://github.com/apache/maven-sources.git repo sync repo start master --all ```