Skip to content

Commit

Permalink
Fix links for blazor diffusion wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 29, 2024
1 parent 4dc67cc commit ce3960e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MyApp/_pages/releases/v6_09.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/releases/v8_00.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion MyApp/wwwroot/pages/autoquery/AutoQueryExamples.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default {
</p>
<div class="flex items-center mb-2">
<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>
<a class="text-xl text-indigo-600" href="https://api.blazordiffusion.com/ui">Explore APIs in API Explorer</a>
<a class="text-xl text-indigo-600" href="https://blazordiffusion.com/ui">Explore APIs in API Explorer</a>
</div>
<div class="flex items-center text-xl mb-2">
<svg class="w-6 h-6 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
Expand Down

0 comments on commit ce3960e

Please sign in to comment.