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 a8361210 docs: fix typos and links a8361210 is described below commit a83612107a12cbc100a14ae2d7a6c9bab244df1d Author: Sandra Parsick <m...@sandra-parsick.de> AuthorDate: Thu Jan 9 18:26:47 2025 +0100 docs: fix typos and links --- content/markdown/scm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/markdown/scm.md b/content/markdown/scm.md index 23b027c9..576618cc 100644 --- a/content/markdown/scm.md +++ b/content/markdown/scm.md @@ -44,11 +44,11 @@ manifest: | Apache Maven [full source code](https://github.com/apache/maven-sources/blob/master/default.xml) | [`https://gitbox.apache.org/repos/asf/maven-sources.git`](https://gitbox.apache.org/repos/asf/maven-sources.git) | [GitHub](https://github.com/apache/maven-sources/) | 1. Install a Git client if needed and the [Google repo](https://android.googlesource.com/tools/repo) tool - (see [manual install instructions](https://source.android.com/setup/build/downloading#installing-repo)). + (see [manual install instructions](https://android.googlesource.com/tools/repo#install)). 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://gitbox.apache.org/repos/asf/maven-sources.git repo sync repo start master --all ```