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