Skip to content

Commit 211ff9e

Browse files
committed
fix readme links to Blazor Mystify
1 parent b70446a commit 211ff9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Description | Screenshot
4848
---|---
4949
[**Animation in the Browser with Blazor WebAssembly and HTML Canvas**](/examples/2021-01-07-blazor-html-canvas) (see [blog post](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics/) and [live demo](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics/app/)) - This program demonstrates how to write a graphics model in C# and render it using the `Blazor.Extensions.Canvas` to draw on a HTML canvas. See the [blog post](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics) for details | ![](/examples/2021-01-07-blazor-html-canvas/blazor-canvas-demo.gif)
5050
[**Blazor Boids in your Browser**](/examples/2021-01-08-blazor-boids) (see [blog post](https://swharden.com/blog/2021-01-08-blazor-boids/) and [live demo](https://swharden.com/blog/2021-01-08-blazor-boids/app/)) - demonstrates how to use a C# graphics model with .NET code managing business logic and a JavaScript render method which uses the high speed HTML5 canvas to do the drawing. | ![](examples/2021-01-08-blazor-boids/blazor-boids.gif)
51-
[**Mystify your Browser with Blazor**](/examples/2021-01-09-blazor-mystify) (see [blog post]() and [live demo](demo)) The classic Windows 3 screensaver now runs in the browser! The graphics model is in C# and uses Blazor bindings to control various settings. Blazor tells JavaScript what to render (using JSON) and JavaScript draws colored lines on a HTML canvas. | ![](/examples/2021-01-09-blazor-mystify/blazor-mystify.gif)
51+
[**Mystify your Browser with Blazor**](/examples/2021-01-09-blazor-mystify) (see [blog post](https://swharden.com/blog/2021-01-09-blazor-mystify/app/) and [live demo](https://swharden.com/blog/2021-01-09-blazor-mystify/)) The classic Windows 3 screensaver now runs in the browser! The graphics model is in C# and uses Blazor bindings to control various settings. Blazor tells JavaScript what to render (using JSON) and JavaScript draws colored lines on a HTML canvas. | ![](/examples/2021-01-09-blazor-mystify/blazor-mystify.gif)
5252

5353
### Audio
5454

0 commit comments

Comments
 (0)