Skip to content

Commit b7ac0b3

Browse files
committed
hello world edits
1 parent 29cb5a3 commit b7ac0b3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/ServiceStack.Hello/default.htm

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,15 @@ <h3>JavaScript</h3>
727727
</code>
728728
<button onclick="$.getJSON('servicestack/hello/World!', function(r){ alert(r.Result); });">Try It</button>
729729

730-
<h1>Download the code</h1>
730+
<a name="links"></a>
731+
<h2>Where to now?</h2>
732+
733+
<h3>Northwind Database Examples</h3>
734+
<p>
735+
Now that you've got the hang of how easy it is to create a simple web service, check out the <a href="http://www.servicestack.net/ServiceStack.Northwind/">Northwind Database examples</a> to see how useful servicestack becomes with just a little db code.
736+
</p>
737+
738+
<h3>Download the code</h3>
731739
<p>
732740
Hopefully this tutorial shows just how easy it is to get started and quickly build
733741
web services with <a href="http://www.servicestack.net">Service Stack</a>.

0 commit comments

Comments
 (0)