From e9e8871fe75c4777fcc519efcbf71b398a04c6d0 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 2 Oct 2024 22:56:26 -0700 Subject: [PATCH 1/2] Fix links to Vite website --- apps/vite-ssr/README.md | 2 +- apps/vite/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/vite-ssr/README.md b/apps/vite-ssr/README.md index 2894982c36..ec603dc2af 100644 --- a/apps/vite-ssr/README.md +++ b/apps/vite-ssr/README.md @@ -1,6 +1,6 @@ # Plone on Vite with SSR mode -This is a proof of concept of a [Vite](https://vitejs.dev) build, using `@plone/client` and `@plone/components` libraries. +This is a proof of concept of a [Vite](https://vite.dev/) build, using `@plone/client` and `@plone/components` libraries. This is intended to serve as both a playground for the development of both packages and as a demo of Plone using Vite built with server side rendering (SSR). It also uses [TanStack Router](https://tanstack.com/router/latest/docs/framework/react/overview) for its routing library. diff --git a/apps/vite/README.md b/apps/vite/README.md index 417e695ef3..97978cb92e 100644 --- a/apps/vite/README.md +++ b/apps/vite/README.md @@ -1,6 +1,6 @@ # Plone on Vite -This is a proof of concept of a [Vite](https://vitejs.dev) build, using `@plone/client` and `@plone/components` libraries. +This is a proof of concept of a [Vite](https://vite.dev/) build, using `@plone/client` and `@plone/components` libraries. This is intended to serve as both a playground for the development of both packages and as a demo of Plone using Vite. It also uses [TanStack Router](https://tanstack.com/router/latest/docs/framework/react/overview) for its routing library. From 5727d40fc3835059cbc19f5becb52d80ab2288a8 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 2 Oct 2024 23:02:00 -0700 Subject: [PATCH 2/2] news --- packages/volto/news/6366.documentation | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/volto/news/6366.documentation diff --git a/packages/volto/news/6366.documentation b/packages/volto/news/6366.documentation new file mode 100644 index 0000000000..93d39a686f --- /dev/null +++ b/packages/volto/news/6366.documentation @@ -0,0 +1 @@ +Fix links to Vite website. @stevepiercy