Skip to content

Commit 8eafa0b

Browse files
committed
Merge pull request ServiceStack#32 from scottmcarthur/patch-1
Fixed image links & other examples links
2 parents a05cd8e + 8cd06d1 commit 8eafa0b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@ or clone this repo to download the source:
2020
A live demo and tutorials are available at the following locations:
2121

2222
### [Backbone.js TODO app with REST and Redis backend](http://mono.servicestack.net/Backbone.Todos/)
23-
[![Backbone REST and Redis TODOs](http://servicestack.net/showcase/img/todos-400x350.png)](http://servicestack.net/Backbone.Todos/)
23+
[![Backbone REST and Redis TODOs](http://servicestack.net/showcase/img/todos-400x350.png)](http://mono.servicestack.net/Backbone.Todos/)
2424

2525
### [Creating a Hello World Web service from scratch](http://mono.servicestack.net/ServiceStack.Hello/)
26-
[![ServiceStacks Hello, World!](http://servicestack.net/showcase/img/hello-400x350.png)](http://servicestack.net/ServiceStack.Hello/)
26+
[![ServiceStacks Hello, World!](http://servicestack.net/showcase/img/hello-400x350.png)](http://mono.servicestack.net/ServiceStack.Hello/)
2727

2828
### [GitHub-like browser to manage remote filesystem over REST](http://mono.servicestack.net/RestFiles/)
29-
[![GitHub-like REST Files](http://servicestack.net/showcase/img/restfiles-400x350.png)](http://servicestack.net/RestFiles/)
29+
[![GitHub-like REST Files](http://servicestack.net/showcase/img/restfiles-400x350.png)](http://mono.servicestack.net/RestFiles/)
3030

3131
### [Creating a StackOverflow-like app in Redis](http://mono.servicestack.net/RedisStackOverflow/)
32-
[![Redis StackOverflow](http://servicestack.net/showcase/img/redisstackoverflow-400x350.png)](http://servicestack.net/RedisStackOverflow/)
32+
[![Redis StackOverflow](http://servicestack.net/showcase/img/redisstackoverflow-400x350.png)](http://mono.servicestack.net/RedisStackOverflow/)
3333

3434
### [Northwind dataset services](http://mono.servicestack.net/ServiceStack.Northwind/)
35-
[![Redis StackOverflow](http://servicestack.net/showcase/img/northwind-400x350.png)](http://servicestack.net/ServiceStack.Northwind/)
35+
[![Redis StackOverflow](http://servicestack.net/showcase/img/northwind-400x350.png)](http://mono.servicestack.net/ServiceStack.Northwind/)
3636

3737
### [Complete REST Web service example](http://mono.servicestack.net/ServiceStack.MovieRest/)
38-
[![REST at the Movies!](http://servicestack.net/showcase/img/movierest-400x350.png)](http://servicestack.net/ServiceStack.MovieRest/)
38+
[![REST at the Movies!](http://servicestack.net/showcase/img/movierest-400x350.png)](http://mono.servicestack.net/ServiceStack.MovieRest/)
3939

4040
### [Calling Web Services with Ajax](http://mono.servicestack.net/ServiceStack.Examples.Clients/)
41-
[![Ajax Example](http://servicestack.net/showcase/img/ajaxexample-400x350.png)](http://servicestack.net/ServiceStack.Examples.Clients/)
41+
[![Ajax Example](http://servicestack.net/showcase/img/ajaxexample-400x350.png)](http://mono.servicestack.net/ServiceStack.Examples.Clients/)
4242

4343
### Other examples
44-
* [Calling Web Services with Mono Touch](http://www.servicestack.net/monotouch/remote-info/)
45-
* [Calling Web Services using Silverlight](http://servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm)
46-
* [Calling SOAP 1.1 Web Service Examples](http://servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx)
47-
* [Calling SOAP 1.2 Web Service Examples](http://servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx)
44+
* [Calling Web Services with Mono Touch](http://mono.servicestack.net/monotouch/remote-info/)
45+
* [Calling Web Services using Silverlight](http://mono.servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm)
46+
* [Calling SOAP 1.1 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx)
47+
* [Calling SOAP 1.2 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx)
4848

4949
_All live examples hosted on CentOS/Nginx/FastCGI/Mono_
5050

0 commit comments

Comments
 (0)