From 7cc401d5cef5646549f3dcf47364a2d9493a520c Mon Sep 17 00:00:00 2001 From: lorenzo chelini Date: Sun, 15 May 2022 00:09:18 -0700 Subject: [PATCH] Use HTTPS instead of SSH when cloning --- website/content/getting_started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/getting_started/_index.md b/website/content/getting_started/_index.md index 4cbe71b2832..8f30f537e4b 100644 --- a/website/content/getting_started/_index.md +++ b/website/content/getting_started/_index.md @@ -31,7 +31,7 @@ so feel free to use the current version of LLVM, but APIs may have changed. ``` -$ git clone git@github.com:circt/circt.git +$ git clone https://github.com/llvm/circt.git $ cd circt $ git submodule init $ git submodule update