diff --git a/README.md b/README.md index 7508c97..00a03a5 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ The following are the project packages published on the NPM registry: | [`create-mcfly`](https://ayco.io/n/create-mcfly) | Script for scaffolding a new McFly workspace | ![npm version](https://img.shields.io/npm/v/create-mcfly) | ## More info -This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. +This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [Nitro](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [Web Component Base](https://WebComponent.io) class. -**Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) +**Nitro** is the same production-grade web server powering [Nuxt](https://nuxt.com/) --- *Just keep building*
diff --git a/packages/config/README.md b/packages/config/README.md index c5534b1..001c14b 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -58,7 +58,7 @@ export default defineConfig({ ``` ## More info -This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. +This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://WebComponent.io) class. **Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) diff --git a/packages/core/README.md b/packages/core/README.md index c5534b1..001c14b 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -58,7 +58,7 @@ export default defineConfig({ ``` ## More info -This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. +This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://WebComponent.io) class. **Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) diff --git a/packages/create-mcfly/README.md b/packages/create-mcfly/README.md index bed4fba..742b01d 100644 --- a/packages/create-mcfly/README.md +++ b/packages/create-mcfly/README.md @@ -55,7 +55,7 @@ export default defineConfig({ ``` ## More info -This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. +This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://WebComponent.io) class. **Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) diff --git a/site/src/components/clickable-text.js b/site/src/components/clickable-text.js index 170f100..566d5c1 100644 --- a/site/src/components/clickable-text.js +++ b/site/src/components/clickable-text.js @@ -1,6 +1,6 @@ /** * Custom element using a minimal Web Component Base class - * @see https://ayco.io/n/web-component-base + * @see https://WebComponent.io */ class ClickableText extends WebComponent { onInit() { diff --git a/site/src/components/my-hello-world.js b/site/src/components/my-hello-world.js index 9b23a35..489dbe1 100644 --- a/site/src/components/my-hello-world.js +++ b/site/src/components/my-hello-world.js @@ -1,6 +1,6 @@ /** * Custom element using a minimal Web Component Base class - * @see https://ayco.io/n/web-component-base + * @see https://WebComponent.io */ class HelloWorld extends WebComponent { static properties = ["my-name"]; diff --git a/templates/basic/src/components/my-hello-world.js b/templates/basic/src/components/my-hello-world.js index 9444e76..3b1a84f 100644 --- a/templates/basic/src/components/my-hello-world.js +++ b/templates/basic/src/components/my-hello-world.js @@ -1,6 +1,6 @@ /** * Custom element using a minimal Web Component Base class - * @see https://ayco.io/n/web-component-base + * @see https://WebComponent.io */ class MyHelloWorld extends WebComponent { // tell browser which props to cause render