Skip to content

Commit eda1543

Browse files
committed
update links to point to new github.com/ServiceStack/ location
1 parent e2397c6 commit eda1543

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/RestFiles/RestFiles.Tests/AsyncRestClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using ServiceStack.ServiceClient.Web;
1010

1111
/* For syntax highlighting and better readability of this file, view it on GitHub:
12-
* https://github.com/mythz/ServiceStack.Examples/blob/master/src/RestFiles/RestFiles.Tests/AsyncRestClientTests.cs
12+
* https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/RestFiles/RestFiles.Tests/AsyncRestClientTests.cs
1313
*/
1414

1515
namespace RestFiles.Tests

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Silverlight.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ <h4>3. Try the live examples yourself:</h4>
110110
<h4>4. View the source code online or Download:</h4>
111111
<p>
112112
The complete source code for this example is
113-
<a href="https://github.com/mythz/ServiceStack.Examples/tree/master/src/ServiceStack.Examples/ServiceStack.Examples.Clients.Silverlight/">
113+
<a href="https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/ServiceStack.Examples/ServiceStack.Examples.Clients.Silverlight/">
114114
viewable online
115115
</a>
116116
or available to download as zip package from the link below:
117117

118-
<a id="btn-download" href="https://github.com/mythz/ServiceStack.Examples/downloads">
118+
<a id="btn-download" href="https://github.com/ServiceStack/ServiceStack.Examples/downloads">
119119
<img src="http://www.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
120120
</a>
121121
</p>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Soap11.aspx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="note">
2727
Testing ServiceStack's SOAP 1.1 Web services using
2828
VS.NET 'Add Service Reference' code-generated proxy.<br />
29-
The source code for this ASP.NET page is <a href="https://github.com/mythz/ServiceStack.Examples/blob/master/src/ServiceStack.Examples.Clients/Soap11.aspx.cs">available here</a>.
29+
The source code for this ASP.NET page is <a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Examples.Clients/Soap11.aspx.cs">available here</a>.
3030
</div>
3131

3232
<form id="form1" runat="server">
@@ -127,12 +127,12 @@
127127
<h3>View the source code online or Download:</h3>
128128
<p>
129129
The complete source code for this example is
130-
<a href="https://github.com/mythz/ServiceStack.Examples/tree/master/src/ServiceStack.Examples/ServiceStack.Examples.Clients/">
130+
<a href="https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/ServiceStack.Examples/ServiceStack.Examples.Clients/">
131131
viewable online
132132
</a>
133133
or available to download as zip package from the link below:
134134

135-
<a id="btn-download" href="https://github.com/mythz/ServiceStack.Examples/downloads">
135+
<a id="btn-download" href="https://github.com/ServiceStack/ServiceStack.Examples/downloads">
136136
<img src="http://www.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
137137
</a>
138138
</p>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Soap12.aspx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="note">
2727
Testing ServiceStack's SOAP 1.2 Web services using
2828
VS.NET 'Add Service Reference' code-generated proxy.<br />
29-
The source code for this ASP.NET page is <a href="https://github.com/mythz/ServiceStack.Examples/blob/master/src/ServiceStack.Examples.Clients/Soap12.aspx.cs">available here</a>.
29+
The source code for this ASP.NET page is <a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Examples.Clients/Soap12.aspx.cs">available here</a>.
3030
</div>
3131

3232
<form id="form1" runat="server">
@@ -126,12 +126,12 @@
126126
<h3>View the source code online or Download:</h3>
127127
<p>
128128
The complete source code for this example is
129-
<a href="https://github.com/mythz/ServiceStack.Examples/tree/master/src/ServiceStack.Examples/ServiceStack.Examples.Clients/">
129+
<a href="https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/ServiceStack.Examples/ServiceStack.Examples.Clients/">
130130
viewable online
131131
</a>
132132
or available to download as zip package from the link below:
133133

134-
<a id="btn-download" href="https://github.com/mythz/ServiceStack.Examples/downloads">
134+
<a id="btn-download" href="https://github.com/ServiceStack/ServiceStack.Examples/downloads">
135135
<img src="http://www.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
136136
</a>
137137
</p>

0 commit comments

Comments
 (0)