Skip to content

Commit 9e6fd51

Browse files
committed
Update doc links
1 parent 34fa482 commit 9e6fd51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Northwind/wwwroot/default.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h3>Rest Services</h3>
200200
<td class="c4">OrdersService.cs</td>
201201
</tr>
202202
<tr>
203-
<td colspan="4" class="aqviewer">Northwind <a href="https://docs.servicestack.net/autoquery.html">AutoQuery</a> Services</td>
203+
<td colspan="4" class="aqviewer">Northwind <a href="https://docs.servicestack.net/autoquery">AutoQuery</a> Services</td>
204204
</tr>
205205
<tr>
206206
<th>Customers</th>
@@ -335,7 +335,7 @@ <h4>Nothing but C#</h4>
335335
<p>
336336
You're unlikley to ever see the same WCF SOAP service, generating a visually informative
337337
<a href="https://docs.servicestack.net/html5reportformat">HTML view</a> of your data,
338-
allow it to be exposed over <a href="/metadata">REST-ful interfaces</a> or be able to export it to a <a href="https://docs.servicestack.net/csv-format.html">CSV</a> data file.
338+
allow it to be exposed over <a href="/metadata">REST-ful interfaces</a> or be able to export it to a <a href="https://docs.servicestack.net/csv-format">CSV</a> data file.
339339
With ServiceStack not only is this possible - it comes out-of-the-box, config-pain-free :)
340340
</p>
341341
<h4>Config-free, convention-based, pure C# model-driven, web services</h4>

0 commit comments

Comments
 (0)