Skip to content

Commit ce3960e

Browse files
committed
Fix links for blazor diffusion wasm.
1 parent 4dc67cc commit ce3960e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MyApp/_pages/releases/v6_09.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,12 +929,12 @@ Blazor Server and Blazor WASM [project templates and components](https://service
929929
930930
## Vue Stable Diffusion
931931
932-
Weighing close to [100 APIs](https://api.blazordiffusion.com/metadata), Blazor Diffusion is good representation of a
932+
Weighing close to [100 APIs](https://blazordiffusion.com/metadata), Blazor Diffusion is good representation of a
933933
medium-sized real-world App that can be used to compare the end user UX of different popular UI technologies used to
934934
develop Web Apps.
935935
936936
These Diffusion Apps are especially comparable as both Blazor WASM and Vue are both SSG Jamstack Apps deployed to a CDN
937-
which both access the same [https://api.blazordiffusion.com](https://api.blazordiffusion.com/metadata) backend .NET APIs and
937+
which both access the same backend .NET APIs and
938938
both make use of the Tailwind [Blazor Component Library](https://servicestack.net/blazor#blazor-component-gallery) and
939939
[Vue Component Library](/vue/) rewritten in Vue, so any differences in UX are predominantly
940940
differences in what the UI technologies can deliver.

MyApp/_pages/releases/v8_00.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ You can compare the differences of each Blazor Solution from the Live Demos belo
635635
| | Live Demo | Source Code |
636636
|---------------------|------------------------------------------------------------------|---------------------------------------------------------------------------|
637637
| Blazor Vue | [blazordiffusion.com](https://blazordiffusion.com) | [BlazorDiffusionVue](https://github.com/NetCoreApps/BlazorDiffusionVue) |
638-
| Blazor Web Assembly | [api.blazordiffusion.com](https://api.blazordiffusion.com) | [BlazorDiffusionWasm](https://github.com/NetCoreApps/BlazorDiffusionWasm) |
638+
| Blazor Web Assembly | [auto.blazordiffusion.com](https://api.blazordiffusion.com) | [BlazorDiffusionAuto](https://github.com/NetCoreApps/BlazorDiffusionAuto) |
639639
| Blazor Server | [server.blazordiffusion.com](https://server.blazordiffusion.com) | [BlazorDiffusion](https://github.com/NetCoreApps/BlazorDiffusion) |
640640

641641
> 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)

MyApp/wwwroot/pages/autoquery/AutoQueryExamples.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export default {
315315
</p>
316316
<div class="flex items-center mb-2">
317317
<svg class="w-6 h-6 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 32"><g fill="currentColor"><path d="M27.464 2.314a.501.501 0 0 0-.698-.257L14.86 8.339a.499.499 0 0 0-.233.621l.245.641l-6.873 3.769a.5.5 0 0 0-.222.63l.228.549l-7.299 3.488a.5.5 0 0 0-.246.643l1.498 3.61a.5.5 0 0 0 .629.28l7.625-2.701l.228.549a.5.5 0 0 0 .601.289l7.276-2.097l.218.569a.497.497 0 0 0 .612.299l13-4a.498.498 0 0 0 .317-.663l-5-12.501zM2.7 21.469l-1.134-2.734l6.823-3.261l1.439 3.47L2.7 21.469zm8.491-1.846l-.238-.574l-1.843-4.445l-.238-.573l6.336-3.475l2.374 6.134l.375.981l-6.766 1.952zm8.109-1.238l-.203-.531c-.003-.011-.001-.024-.006-.035l-.618-1.597l-2.754-7.206l11.023-5.815l4.592 11.48L19.3 18.385z"></path><path d="M28.964.314a.5.5 0 0 0-.929.371l6 15a.502.502 0 0 0 .651.279a.501.501 0 0 0 .279-.65l-6.001-15z"></path><path d="M18 21h-3c-1.14 0-2 .86-2 2v1.315l-5.879 6.859a.5.5 0 1 0 .758.651L13.73 25H16v6.5a.5.5 0 0 0 1 0V25h2.27l5.85 6.825a.497.497 0 0 0 .705.054a.5.5 0 0 0 .054-.705L20 24.315v-1.24C20 21.912 19.122 21 18 21zm1 3h-5v-1c0-.589.411-1 1-1h3c.57 0 1 .462 1 1.075V24z"></path></g></svg>
318-
<a class="text-xl text-indigo-600" href="https://api.blazordiffusion.com/ui">Explore APIs in API Explorer</a>
318+
<a class="text-xl text-indigo-600" href="https://blazordiffusion.com/ui">Explore APIs in API Explorer</a>
319319
</div>
320320
<div class="flex items-center text-xl mb-2">
321321
<svg class="w-6 h-6 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">

0 commit comments

Comments
 (0)