Skip to content

Fix broken links in ReadMe #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ 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://servicestack.net/Backbone.Todos/)
### [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/)

### [Creating a Hello World Web service from scratch](http://servicestack.net/ServiceStack.Hello/)
### [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/)

### [GitHub-like browser to manage remote filesystem over REST](http://servicestack.net/RestFiles/)
### [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/)

### [Creating a StackOverflow-like app in Redis](http://servicestack.net/RedisStackOverflow/)
### [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/)

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

### [Complete REST Web service example](http://servicestack.net/ServiceStack.MovieRest/)
### [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/)

### [Calling Web Services with Ajax](http://servicestack.net/ServiceStack.Examples.Clients/)
### [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/)

### Other examples
Expand Down