Skip to content

Commit b19408c

Browse files
committed
fix remote repository in contributing guide
1 parent 8fc03b8 commit b19408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ excellent pull request:
158158
# Navigate to the newly cloned directory
159159
cd scenic
160160
# Assign the original repo to a remote called "upstream"
161-
git remote add upstream https://github.com/boydm/scenic
161+
git remote add upstream https://github.com/ScenicFramework/scenic
162162
```
163163

164164
2. If you cloned a while ago, get the latest changes from upstream, and update

0 commit comments

Comments
 (0)