Skip to content

Commit

Permalink
Change the url path to point to the new repo (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon authored Jul 7, 2020
1 parent bdedd24 commit d1e7c65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before you start, familiarize yourself with [Lightning Web Components](https://l
### 1) Download the repository

```bash
git clone [email protected]:scolladon/lwcc.git
git clone [email protected]:SalesforceLabs/LightningWebChartJS.git
```

### 2) Install Dependencies
Expand Down Expand Up @@ -92,12 +92,12 @@ generally follows the same pattern each time:

### Fork the LWC repo

[Fork][fork-a-repo] the [scolladon/lwcc](https://github.com/scolladon/lwcc) repo. Clone your fork in your local workspace and [configure][configuring-a-remote-for-a-fork] your remote repository settings.
[Fork][fork-a-repo] the [SalesforceLabs/LightningWebChartJS](https://github.com/SalesforceLabs/LightningWebChartJS) repo. Clone your fork in your local workspace and [configure][configuring-a-remote-for-a-fork] your remote repository settings.

```bash
git clone [email protected]:<YOUR-USERNAME>/lwcc.git
git clone [email protected]:<YOUR-USERNAME>/LightningWebChartJS.git
cd lwcc
git remote add upstream [email protected]:scolladon/lwcc.git
git remote add upstream [email protected]:SalesforceLabs/LightningWebChartJS.git
```

### Create a feature branch
Expand Down

0 comments on commit d1e7c65

Please sign in to comment.