Skip to content

Commit 66bf1f3

Browse files
committed
fix broken link
1 parent 326445d commit 66bf1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceStack.Northwind/ServiceStack.Northwind/default.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h4>Nothing but C#</h4>
288288
<p>
289289
You're unlikley to ever see the same WCF SOAP service, generating a visually informative
290290
<a href="https://github.com/ServiceStack/ServiceStack/wiki/HTML5ReportFormat">HTML view</a> of your data,
291-
allow it to be exposed over <a href="servicestack/metadata">REST-ful interfaces</a> or be able to export it to a <a href="https://github.com/ServiceStack/ServiceStack/wiki/ServiceStack-CSV-Format">CSV</a> data file.
291+
allow it to be exposed over <a href="metadata">REST-ful interfaces</a> or be able to export it to a <a href="https://github.com/ServiceStack/ServiceStack/wiki/ServiceStack-CSV-Format">CSV</a> data file.
292292
With ServiceStack not only is this possible - it comes out-of-the-box, config-pain-free :)
293293
</p>
294294
<h4>Config-free, convention-based, pure C# model-driven, web services</h4>

tests/ServiceStack.Examples.Tests/MovieRestTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class MovieRestTests
1616
[SetUp]
1717
public void SetUp()
1818
{
19-
ConfigureDatabase.ReinitializeDatabase();
19+
//ConfigureDatabase.Init();
2020
}
2121

2222
[Test]

0 commit comments

Comments
 (0)