From f482e3301904e04722d6851aea34b561d30bf0b9 Mon Sep 17 00:00:00 2001 From: Lubo Slivka Date: Mon, 18 Nov 2024 12:36:31 +0100 Subject: [PATCH] doc: change git clone to use https schema JIRA: CQ-894 risk: low --- gooddata-flexconnect/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gooddata-flexconnect/README.md b/gooddata-flexconnect/README.md index c689fd4e..ef4336ac 100644 --- a/gooddata-flexconnect/README.md +++ b/gooddata-flexconnect/README.md @@ -26,7 +26,7 @@ of building production-ready FlexConnect functions. If you are eager to get started, here is a short snippet to bootstrap a new FlexConnect project: ```shell -git clone git@github.com:gooddata/gooddata-flexconnect-template.git my-flexconnect +git clone https://github.com/gooddata/gooddata-flexconnect-template.git my-flexconnect cd my-flexconnect rm -rf .git && git init && git add . && git commit -m "Initial commit" ```