Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions all.html
Original file line number Diff line number Diff line change
Expand Up @@ -5562,7 +5562,7 @@ <h2>API creation resources</h2>
</li>
<li>
<p>These two Stack Overflow questions and answers on
<a href="subdomain vs. subdirectory in web programming">Is it better to place a REST API on a subdomain or in a subfolder?</a>
<a href="http://stackoverflow.com/questions/14554943/is-it-better-to-place-a-rest-api-on-a-subdomain-or-in-a-subfolder">Is it better to place a REST API on a subdomain or in a subfolder?</a>
and
<a href="http://stackoverflow.com/questions/1965609/subdomain-vs-subdirectory-in-web-programming">subdomain vs. subdirectory in web programming</a>
provide reasons and opinions on the debate around using a subdomain,
Expand Down Expand Up @@ -9831,4 +9831,4 @@ <h1>About the Author</h1>
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
</script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions api-creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h2>API creation resources</h2>
</li>
<li>
<p>These two Stack Overflow questions and answers on
<a href="subdomain vs. subdirectory in web programming">Is it better to place a REST API on a subdomain or in a subfolder?</a>
<a href="http://stackoverflow.com/questions/14554943/is-it-better-to-place-a-rest-api-on-a-subdomain-or-in-a-subfolder">Is it better to place a REST API on a subdomain or in a subfolder?</a>
and
<a href="http://stackoverflow.com/questions/1965609/subdomain-vs-subdirectory-in-web-programming">subdomain vs. subdirectory in web programming</a>
provide reasons and opinions on the debate around using a subdomain,
Expand Down Expand Up @@ -421,4 +421,4 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion source/content/pages/06-web-apis/03-api-creation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ equivalent of browser testing in the web application world.
process.

* These two Stack Overflow questions and answers on
[Is it better to place a REST API on a subdomain or in a subfolder?](subdomain vs. subdirectory in web programming)
[Is it better to place a REST API on a subdomain or in a subfolder?](http://stackoverflow.com/questions/14554943/is-it-better-to-place-a-rest-api-on-a-subdomain-or-in-a-subfolder)
and
[subdomain vs. subdirectory in web programming](http://stackoverflow.com/questions/1965609/subdomain-vs-subdirectory-in-web-programming)
provide reasons and opinions on the debate around using a subdomain,
Expand Down