Skip to content

Commit a167161

Browse files
Update CONTRIBUTING.md for new repo name (#399)
Replaces old api-docs-tooling with doc-kit
1 parent fe8b6c3 commit a167161

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,28 @@ The steps below will give you a general idea of how to prepare your local enviro
3838

3939
1. **Fork the repository**
4040

41-
Click the fork button in the top right, or the link in this paragraph, to clone the [Node.js `api-docs-tooling` Repository](https://github.com/nodejs/api-docs-tooling/fork)
41+
Click the fork button in the top right, or the link in this paragraph, to clone the [Node.js `doc-kit` Repository](https://github.com/nodejs/doc-kit/fork)
4242

4343
2. **Clone your fork**
4444

4545
```bash
46-
git clone [email protected]:<YOUR_GITHUB_USERNAME>/api-docs-tooling.git # SSH
47-
git clone https://github.com/<YOUR_GITHUB_USERNAME>/api-docs-tooling.git # HTTPS
48-
gh repo clone <YOUR_GITHUB_USERNAME>/api-docs-tooling # GitHub CLI
46+
git clone [email protected]:<YOUR_GITHUB_USERNAME>/doc-kit.git # SSH
47+
git clone https://github.com/<YOUR_GITHUB_USERNAME>/doc-kit.git # HTTPS
48+
gh repo clone <YOUR_GITHUB_USERNAME>/doc-kit # GitHub CLI
4949
```
5050

5151
3. **Navigate to the project directory**
5252

5353
```bash
54-
cd api-docs-tooling
54+
cd doc-kit
5555
```
5656

5757
4. **Set up upstream remote**
5858

5959
```bash
60-
git remote add upstream [email protected]:nodejs/api-docs-tooling # SSH
61-
git remote add upstream https://github.com/nodejs/api-docs-tooling # HTTPS
62-
gh repo sync nodejs/api-docs-tooling # GitHub CLI
60+
git remote add upstream [email protected]:nodejs/doc-kit # SSH
61+
git remote add upstream https://github.com/nodejs/doc-kit # HTTPS
62+
gh repo sync nodejs/doc-kit # GitHub CLI
6363
```
6464

6565
5. **Install dependencies**

0 commit comments

Comments
 (0)