From 6f36e26bac005f0e35a20b63607f747a8d26edf5 Mon Sep 17 00:00:00 2001 From: Justin Fagnani Date: Sat, 21 Oct 2023 12:46:53 -0700 Subject: [PATCH] Replace lit-element with Lit in integrations.md Lit is the current library name and lit.dev the current website. --- docs/source/integrations/integrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/integrations/integrations.md b/docs/source/integrations/integrations.md index 8d795c34c7f..237baf515e2 100644 --- a/docs/source/integrations/integrations.md +++ b/docs/source/integrations/integrations.md @@ -32,7 +32,7 @@ An [Ember](http://emberjs.com/) integration is maintained by Josemar Luedke ([@j ## Web Components -Web components are the browser-built-in component APIs. They are defined in a framework-agnostic way, using either vanilla JS or libraries like [`lit-element`](https://lit-element.polymer-project.org) or [`hybrids`](https://hybrids.js.org). +Web components are the browser-built-in component APIs. They are defined in a framework-agnostic way, using either vanilla JS or libraries like [Lit](https://lit.dev) or [`hybrids`](https://hybrids.js.org). -- [apollo-elements](https://github.com/apollo-elements/apollo-elements) includes support for `lit-element`, `gluon`, `hybrids`, and `polymer`, as well as providing class mixin functions so you can integrate Apollo into vanilla elements or any other web component library. Apollo Elements is maintained by Benny Powers ([@bennypowers](https://github.com/bennypowers)). +- [apollo-elements](https://github.com/apollo-elements/apollo-elements) includes support for Lit, `gluon`, `hybrids`, and Polymer, as well as providing class mixin functions so you can integrate Apollo into vanilla elements or any other web component library. Apollo Elements is maintained by Benny Powers ([@bennypowers](https://github.com/bennypowers)). - [polymer-apollo](https://github.com/aruntk/polymer-apollo) is a separate [Polymer](https://www.polymer-project.org/) integration maintained by Arun Kumar T K ([@aruntk](https://github.com/aruntk)).