You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/01/08 23:42:28 UTC

[creadur-rat] branch master updated: RAT-290: Fix clone doc

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b49b3f  RAT-290: Fix clone doc
1b49b3f is described below

commit 1b49b3f1802fb7ff6d8da62e675e484ead5b3585
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Sun Jan 9 00:42:24 2022 +0100

    RAT-290: Fix clone doc
---
 apache-rat-core/src/site/apt/index.apt.vm | 2 +-
 src/site/apt/index.apt.vm                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-rat-core/src/site/apt/index.apt.vm b/apache-rat-core/src/site/apt/index.apt.vm
index 74330e6..8e16108 100644
--- a/apache-rat-core/src/site/apt/index.apt.vm
+++ b/apache-rat-core/src/site/apt/index.apt.vm
@@ -58,7 +58,7 @@ Developing Rat
  Read the JavaDocs {{{./apidocs/index.html}here}}.
 
 +------------------------------------------+
-git co https://gitbox.apache.org/repos/asf/creadur-rat.git
+git clone https://gitbox.apache.org/repos/asf/creadur-rat.git
 +------------------------------------------+
 
  Build with {{{https://maven.apache.org/} Apache Maven}}
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 625a498..52f9cc9 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -117,7 +117,7 @@ java -jar apache-rat-${project.version}.jar --help
   Quick start
 
 +------------------------------------------+
-git co https://gitbox.apache.org/repos/asf/creadur-rat.git
+git clone https://gitbox.apache.org/repos/asf/creadur-rat.git
 +------------------------------------------+
 
  Read more {{{./source-repository.html}here}}.