Skip to content

Commit ddee005

Browse files
authored
Update CONTRIBUTING.md
1 parent f9f05ea commit ddee005

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ If you want to help improve the docs, it's a good idea to let others know what y
3535
2. Navigate to your forked repository and copy the **SSH url**. Clone your fork by running the following in your terminal:
3636

3737
```
38-
$ git clone git@github.com:{ YOUR_USERNAME }/design-language-website.git
39-
$ cd design-language-website
38+
$ git clone git@github.com:{ YOUR_USERNAME }/carbon-website.git
39+
$ cd carbon-website
4040
```
4141

4242
See [GitHub docs](https://help.github.com/articles/fork-a-repo/) for more details on forking a repository.
4343

44-
3. Once cloned, you will see `origin` as your default remote, pointing to your personal forked repository. Add a remote named `upstream` pointing to the main `design-language-website`:
44+
3. Once cloned, you will see `origin` as your default remote, pointing to your personal forked repository. Add a remote named `upstream` pointing to the main `carbon-website`:
4545

4646
```
47-
$ git remote add upstream git@github.com:carbon-design-system/design-language-website.git
47+
$ git remote add upstream git@github.com:carbon-design-system/carbon-website.git
4848
$ git remote -v
4949
```
5050

@@ -97,7 +97,7 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue. H
9797
$ git push origin { YOUR_BRANCH_NAME }
9898
```
9999

100-
8. In GitHub, navigate to [carbon-design-system/design-language-website](https://github.com/carbon-design-system/carbon-website) and click the button that reads "Compare & pull request".
100+
8. In GitHub, navigate to [carbon-design-system/carbon-website](https://github.com/carbon-design-system/carbon-website) and click the button that reads "Compare & pull request".
101101

102102
9. Write a title and description, the click "Create pull request".
103103

0 commit comments

Comments
 (0)