Skip to content

Commit 3c3a411

Browse files
authored
update repo uri from archive to live (#2983)
1 parent efb9723 commit 3c3a411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/CLONE_REPOSITORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ There are two options, cloning via HTTPS or via SSH. HTTPS is recommended.
55
If using HTTPS, run
66

77
```bash
8-
git clone https://github.com/KomodoPlatform/komodowallet.git
8+
git clone https://github.com/KomodoPlatform/komodo-wallet.git
99
```
1010

11-
Alternatively, instruct the IDE to clone: `https://github.com/KomodoPlatform/komodowallet.git`
11+
Alternatively, instruct the IDE to clone: `https://github.com/KomodoPlatform/komodo-wallet.git`
1212

1313
Note that authentication with your password is not possible due to 2FA authentication and repository visibility.
1414
Consider setting up GitHub integration on your IDE or using a personal [access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
@@ -18,5 +18,5 @@ Then you should be able to run:
1818

1919
```bash
2020
cd ~
21-
git clone [email protected]:KomodoPlatform/komodowallet.git
21+
git clone [email protected]:KomodoPlatform/komodo-wallet.git
2222
```

0 commit comments

Comments
 (0)