From 6187e628afeb0194e27bf96578999cf941b7543f Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 14 Dec 2018 18:50:57 +0000 Subject: [PATCH] linking to some existing docs (#4592) --- 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 98e02d2fc6..5e35eb7bc7 100644 --- a/src/Components/README.md +++ b/src/Components/README.md @@ -10,7 +10,7 @@ Features of the components programming model include: - [Routing](https://blazor.net/docs/routing.html) - [Layouts](https://blazor.net/docs/layouts.html) - Forms and validation -- Dependency injection +- [Dependency injection](https://blazor.net/docs/dependency-injection.html) - [JavaScript interop](https://blazor.net/docs/javascript-interop.html) - Live reloading in the browser during development - Server-side rendering