From 0d48617ef9718cae8312ec3e4ad2101e9a0ce38a Mon Sep 17 00:00:00 2001 From: Zachary Becknell Date: Tue, 26 Feb 2019 22:50:27 -0500 Subject: [PATCH] Update Blazor NDC video link --- src/Components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/README.md b/src/Components/README.md index d13b24ea00..f81dd4e674 100644 --- a/src/Components/README.md +++ b/src/Components/README.md @@ -31,7 +31,7 @@ Blazor uses only the latest web standards. No plugins or transpilation needed. I > Note: client-side Blazor is an *experimental* project. It's not yet a committed product . This is to allow time to fully investigate the technical issues associated with running .NET in the browser and to ensure we can build something that developers love and can be productive with. During this experimental phase, we expect to engage deeply with early Blazor adopters like you to hear your feedback and suggestions. -To see Blazor in action, check out [Steve Sanderson's demo at NDC Minnesota](https://www.youtube.com/watch?v=JU-6pAxqAa4). You can also try out a [simple live Blazor app](https://blazor-demo.github.io/). +To see Blazor in action, check out [Steve Sanderson's demo at NDC London](https://www.youtube.com/watch?v=Qe8UW5543-s). You can also try out a [simple live Blazor app](https://blazor-demo.github.io/). ## Getting Started