From b58299e3bc4339b6e69fc24e4cc8cada8820c42f Mon Sep 17 00:00:00 2001 From: Niicck Date: Tue, 16 Jan 2024 17:18:58 -0600 Subject: [PATCH] update link to django-vite-examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f866a5..31d8f1b 100644 --- a/README.md +++ b/README.md @@ -382,9 +382,9 @@ WHITENOISE_IMMUTABLE_FILE_TEST = immutable_file_test ## Examples -For an example of how to setup the project using the new multi-app configuration, please see this [multi-app example project](https://github.com/Niicck/django-vite-multi-app-example). +For examples of how to setup the project in v3, please see [django-vite-examples](https://github.com/Niicck/django-vite-examples). -For an example using the module-level legacy settings, please see this [example project here](https://github.com/MrBin99/django-vite-example). +For another example that uses the module-level legacy settings, please see this [example project here](https://github.com/MrBin99/django-vite-example). ## Thanks