From 3bdc680aa5a068286606b9e7e12bc878cc795df0 Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Tue, 2 Jul 2024 09:26:03 +0000 Subject: [PATCH] docs: fix git clone url --- docs/management/init.md | 2 +- template/docs/management/init.md.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/management/init.md b/docs/management/init.md index b4fd4d86..6875b38d 100644 --- a/docs/management/init.md +++ b/docs/management/init.md @@ -17,7 +17,7 @@ pipx install copier==9.2.0 Create a blank Git repository on the hosting platform. Clone it locally and navigate to the root directory: ```bash -git clone git@github.com/serious-scaffold/ss-python.git +git clone git@github.com:serious-scaffold/ss-python.git cd ss-python ``` diff --git a/template/docs/management/init.md.jinja b/template/docs/management/init.md.jinja index 62f0a1e8..2b36febb 100644 --- a/template/docs/management/init.md.jinja +++ b/template/docs/management/init.md.jinja @@ -18,7 +18,7 @@ pipx install copier==9.2.0 Create a blank Git repository on the hosting platform. Clone it locally and navigate to the root directory: ```bash -git clone git@{{ repo_url() }}.git +git clone git@{{ repo_host }}:{{ repo_namespace }}/{{ repo_name }}.git cd {{ repo_name }} ```