From 267f3fde7ffa7689340e82eb66b883865babdb19 Mon Sep 17 00:00:00 2001 From: Borislav Kosharov Date: Wed, 10 Aug 2016 19:32:08 +0300 Subject: [PATCH] Fixed view folder Todo to match controller name (#1763) * fix view folder Todo to match controller name * fixed reference in .rst file --- aspnet/mvc/views/dependency-injection.rst | 2 +- .../src/ViewInjectSample/Views/{Todo => ToDo}/Index.cshtml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/{Todo => ToDo}/Index.cshtml (100%) diff --git a/aspnet/mvc/views/dependency-injection.rst b/aspnet/mvc/views/dependency-injection.rst index e74243b7cd..51f49d9c8c 100644 --- a/aspnet/mvc/views/dependency-injection.rst +++ b/aspnet/mvc/views/dependency-injection.rst @@ -20,7 +20,7 @@ The syntax for ``@inject``: An example of ``@inject`` in action: -.. literalinclude:: dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml +.. literalinclude:: dependency-injection/sample/src/ViewInjectSample/Views/ToDo/Index.cshtml :linenos: :language: c# :emphasize-lines: 4-5,15-17 diff --git a/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml b/aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/ToDo/Index.cshtml similarity index 100% rename from aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml rename to aspnet/mvc/views/dependency-injection/sample/src/ViewInjectSample/Views/ToDo/Index.cshtml