From ce3960efabc385445e149201d67db5d45064e219 Mon Sep 17 00:00:00 2001
From: Darren Reid
Date: Fri, 29 Nov 2024 16:55:38 +1100
Subject: [PATCH] Fix links for blazor diffusion wasm.
---
MyApp/_pages/releases/v6_09.md | 4 ++--
MyApp/_pages/releases/v8_00.md | 2 +-
MyApp/wwwroot/pages/autoquery/AutoQueryExamples.mjs | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/MyApp/_pages/releases/v6_09.md b/MyApp/_pages/releases/v6_09.md
index 86b7289843..f694a6e146 100644
--- a/MyApp/_pages/releases/v6_09.md
+++ b/MyApp/_pages/releases/v6_09.md
@@ -929,12 +929,12 @@ Blazor Server and Blazor WASM [project templates and components](https://service
## Vue Stable Diffusion
-Weighing close to [100 APIs](https://api.blazordiffusion.com/metadata), Blazor Diffusion is good representation of a
+Weighing close to [100 APIs](https://blazordiffusion.com/metadata), Blazor Diffusion is good representation of a
medium-sized real-world App that can be used to compare the end user UX of different popular UI technologies used to
develop Web Apps.
These Diffusion Apps are especially comparable as both Blazor WASM and Vue are both SSG Jamstack Apps deployed to a CDN
-which both access the same [https://api.blazordiffusion.com](https://api.blazordiffusion.com/metadata) backend .NET APIs and
+which both access the same backend .NET APIs and
both make use of the Tailwind [Blazor Component Library](https://servicestack.net/blazor#blazor-component-gallery) and
[Vue Component Library](/vue/) rewritten in Vue, so any differences in UX are predominantly
differences in what the UI technologies can deliver.
diff --git a/MyApp/_pages/releases/v8_00.md b/MyApp/_pages/releases/v8_00.md
index 4735df2eec..6f485874e4 100644
--- a/MyApp/_pages/releases/v8_00.md
+++ b/MyApp/_pages/releases/v8_00.md
@@ -635,7 +635,7 @@ You can compare the differences of each Blazor Solution from the Live Demos belo
| | Live Demo | Source Code |
|---------------------|------------------------------------------------------------------|---------------------------------------------------------------------------|
| Blazor Vue | [blazordiffusion.com](https://blazordiffusion.com) | [BlazorDiffusionVue](https://github.com/NetCoreApps/BlazorDiffusionVue) |
-| Blazor Web Assembly | [api.blazordiffusion.com](https://api.blazordiffusion.com) | [BlazorDiffusionWasm](https://github.com/NetCoreApps/BlazorDiffusionWasm) |
+| Blazor Web Assembly | [auto.blazordiffusion.com](https://api.blazordiffusion.com) | [BlazorDiffusionAuto](https://github.com/NetCoreApps/BlazorDiffusionAuto) |
| Blazor Server | [server.blazordiffusion.com](https://server.blazordiffusion.com) | [BlazorDiffusion](https://github.com/NetCoreApps/BlazorDiffusion) |
> Live Demos hosted on a shared [Hetzner Cloud VM](http://cloud.hetzner.com) using SQLite that's replicated to [Cloudflare R2](https://developers.cloudflare.com/r2/) with [Litestream](/ormlite/litestream)
diff --git a/MyApp/wwwroot/pages/autoquery/AutoQueryExamples.mjs b/MyApp/wwwroot/pages/autoquery/AutoQueryExamples.mjs
index 7ee673d6e8..eca73cf1d4 100644
--- a/MyApp/wwwroot/pages/autoquery/AutoQueryExamples.mjs
+++ b/MyApp/wwwroot/pages/autoquery/AutoQueryExamples.mjs
@@ -315,7 +315,7 @@ export default {