From 8cd06d1d53f8f4f548a181b5afd39e9677dd2669 Mon Sep 17 00:00:00 2001 From: Scott McArthur Date: Wed, 19 Mar 2014 14:46:04 +0000 Subject: [PATCH] Fixed image links & other examples links The links on the images were not pointing to mono server, *though the titles were*. Fixed *Other Links* also missing `mono` prefix. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 53ae8ed3..f731b853 100644 --- a/README.md +++ b/README.md @@ -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_