You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_guide/start.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ None of these tools is _required_ to work with LitElement. They represent one po
36
36
37
37
<divclass="alert alert-info">
38
38
39
-
**Alternative starting point.** As an alternative to the official LitElement starter projects, the open-wc project has a [project generator](https://open-wc.org/init/) for both web components using LitElement. The open-wc script asks a series of questions and scaffolds out a project for you.
39
+
**Alternative starting point.** As an alternative to the official LitElement starter projects, the open-wc project has a [project generator](https://open-wc.org/docs/development/generator/) for web components using LitElement. The open-wc script asks a series of questions and scaffolds out a project for you.
40
40
41
41
</div>
42
42
@@ -327,4 +327,3 @@ See [Build for production](build) for more information.
327
327
Ready to add features to your project? Head over to [Templates](templates) for details on writing templates for your LitElement component.
328
328
329
329
For more on building applications that use web components, see the open-wc recommendations on [Building](https://open-wc.org/building/).
0 commit comments