Skip to content

Commit 4d623e0

Browse files
Update Lit starter kit locations (#466)
Co-authored-by: Andrew Jakubowicz <[email protected]>
1 parent c90e4e3 commit 4d623e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/lit-dev-content/site/docs/tools/starter-kits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The Lit Starter Kits are project templates for reusable Lit components that can
1010

1111
To get started working on a component locally, you can use one of these starter projects:
1212

13-
* [Lit JavaScript starter project ](https://github.com/PolymerLabs/lit-element-starter-js)
14-
* [Lit TypeScript starter project](https://github.com/PolymerLabs/lit-element-starter-ts)
13+
* [Lit JavaScript starter project ](https://github.com/lit/lit-element-starter-js)
14+
* [Lit TypeScript starter project](https://github.com/lit/lit-element-starter-ts)
1515

1616
Both projects define a Lit component. They also add a set of optional tools for developing, linting, and testing the component:
1717

@@ -35,8 +35,8 @@ The quickest way to try out a project locally is to download one of the starter
3535

3636
1. Download the starter project from GitHub as a zip file:
3737

38-
* [JavaScript starter project](https://github.com/PolymerLabs/lit-element-starter-js/archive/master.zip)
39-
* [TypeScript starter project](https://github.com/PolymerLabs/lit-element-starter-ts/archive/master.zip)
38+
* [JavaScript starter project](https://github.com/lit/lit-element-starter-js/archive/main.zip)
39+
* [TypeScript starter project](https://github.com/lit/lit-element-starter-ts/archive/main.zip)
4040

4141
1. Uncompress the zip file.
4242

0 commit comments

Comments
 (0)