Skip to content

Commit

Permalink
Fixed image links & other examples links
Browse files Browse the repository at this point in the history
The links on the images were not pointing to mono server, *though the titles were*. Fixed *Other Links* also missing `mono` prefix.
  • Loading branch information
scottmcarthur committed Mar 19, 2014
1 parent a05cd8e commit 8cd06d1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -20,31 +20,31 @@ or clone this repo to download the source:
A live demo and tutorials are available at the following locations:

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit 8cd06d1

Please sign in to comment.