Skip to content

Commit

Permalink
Merge pull request #905 from lupko/renames
Browse files Browse the repository at this point in the history
doc: change git clone to use https schema
  • Loading branch information
no23reason authored Nov 18, 2024
2 parents 9f25c93 + f482e33 commit 586320e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gooddata-flexconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 586320e

Please sign in to comment.