Skip to content

Commit

Permalink
Merge pull request tock#4321 from nataliepopescu/update-upstream-url
Browse files Browse the repository at this point in the history
update upstream tock url to use https protocol
  • Loading branch information
ppannuto authored Jan 24, 2025
2 parents 68c60a2 + 54e0b73 commit 14ebb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ out your copy locally.
```text
$ git clone [email protected]:username/tock.git
$ cd tock
$ git remote add upstream git://github.com/tock/tock.git
$ git remote add upstream https://github.com/tock/tock.git
```

### Step 2: Branch
Expand Down

0 comments on commit 14ebb3a

Please sign in to comment.