From 1f62cf47ed0cbe84193e6f65106f9c6007228b02 Mon Sep 17 00:00:00 2001 From: djlauk Date: Wed, 9 Jun 2021 19:03:16 +0200 Subject: [PATCH] docs: change readme links to Lit site (#51) closes #50 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e43c97..0371bd3 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ The site will usually be served at http://localhost:8000. This starter project doesn't include any build-time optimizations like bundling or minification. We recommend publishing components as unoptimized JavaScript modules, and performing build-time optimizations at the application level. This gives build tools the best chance to deduplicate code, remove dead code, and so on. -For information on building application projects that include LitElement components, see [Build for production](https://lit-element.polymer-project.org/guide/build) on the LitElement site. +For information on building application projects that include LitElement components, see [Build for production](https://lit.dev/docs/tools/production/) on the Lit site. ## More information -See [Get started](https://lit-element.polymer-project.org/guide/start) on the LitElement site for more information. +See [Get started](https://lit.dev/docs/getting-started/) on the Lit site for more information.