diff --git a/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html b/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html index 4f6fa6eb..18deb892 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html +++ b/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html @@ -123,6 +123,7 @@ position: absolute; bottom: 10px; } +
@@ -133,7 +134,7 @@ In this example you can see how to easily create REST API with CRUD operations using ASP.NET Core Framework and built-in JSON functionalities in SQL Server 2016 and Azure SQL Database. -This project is created using ASP.NET Core.
+You can find detailed explanation in Code Project article.