Minor changes

This commit is contained in:
Jovan Popovic
2016-06-20 14:37:04 +02:00
parent 079ab6537e
commit 53a2b02b16
4 changed files with 4 additions and 9 deletions
@@ -2,4 +2,5 @@ TodoRestWebAPI.xproj.user
.vs/*
bin/*
obj/*
*.sln
*.sln
*.log
@@ -176,7 +176,7 @@
</div>
<div id="footer">
<p>We would love to hear your feedback</p>
<p>We would love to hear your <a href="mailto:sqlserversamples@microsoft.com">feedback</a>!</p>
</div>
</div>
@@ -68,8 +68,7 @@ You can easily modify this code to fit the architecture of your application.
## Related Links
For more information, see this article:
http://www.codeproject.com/Articles/1106622/Building-Web-API-REST-services-on-Azure-SQL-Databa
For more information, see this [article](http://www.codeproject.com/Articles/1106622/Building-Web-API-REST-services-on-Azure-SQL-Databa).
## License
These samples and templates are all licensed under the MIT license. See the license.txt file in the root.
@@ -1,5 +0,0 @@
<configuration>
<runtime>
<gcServer enabled="true"/>
</runtime>
</configuration>