diff --git a/README.md b/README.md index 4c58c78..160759d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? - What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? -- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? +- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://v1.ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: _Back to the basics. Into the future._ diff --git a/package.json b/package.json index 5cf9ffb..e7d7a88 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build:deps": "pnpm -F @mcflyjs/core build && pnpm -F @mcflyjs/config build", "build:site": "pnpm -F site build", "build:site:preview": "pnpm -F site build:preview", - "template:basic": "pnpm run build && pnpm -F basic-template start", + "template:basic": "pnpm run build && pnpm -F mcfly-basic start", "create:mcfly": "node ./packages/create-mcfly", "cli": "node ./packages/core/cli/index.js", "test": "vitest --run", diff --git a/packages/config/README.md b/packages/config/README.md index ead6bd1..dca0196 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -21,7 +21,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? - What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? -- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? +- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://v1.ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: Back to the basics. Into the future. diff --git a/packages/core/README.md b/packages/core/README.md index ead6bd1..dca0196 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -21,7 +21,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? - What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? -- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? +- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://v1.ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: Back to the basics. Into the future.