diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2021-11-24 16:02:47 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2021-11-24 16:02:47 +0000 |
commit | a8036cd23bea6e27e269fee2adb9e839ff8cdee5 (patch) | |
tree | 07aa5e215cdaa853cb67ed1d85b09496297119c0 | |
parent | 3503e66318bad0d566e949e5495272074ac1e994 (diff) | |
download | fullSWOF-utils-a8036cd23bea6e27e269fee2adb9e839ff8cdee5.tar.gz |
doc: Clone using secure transfer protocol.
* doc/fullswof-utils.texi (Cloning): Update code example.
-rw-r--r-- | doc/fullswof-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi index 9b2a8c1..aaca87e 100644 --- a/doc/fullswof-utils.texi +++ b/doc/fullswof-utils.texi @@ -94,7 +94,7 @@ first open a terminal window on a system that has git installed. Then, from within a suitable working directory, execute the command: @example -git clone http://cgit.tourbillion-technology.com/fullSWOF-utils +git clone https://cgit.tourbillion-technology.com/fullSWOF-utils @end example A directory named @emph{fullSWOF-utils} will be created. To complete |