From e0303297af748a7e002872b7ed2cf8b0b7b00b51 Mon Sep 17 00:00:00 2001 From: Thomas Davis Date: Wed, 18 Sep 2013 22:47:07 +1000 Subject: Update 2011-4-22-nodejs-restify-mongodb-mongoose.md --- _posts/2011-4-22-nodejs-restify-mongodb-mongoose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2011-4-22-nodejs-restify-mongodb-mongoose.md b/_posts/2011-4-22-nodejs-restify-mongodb-mongoose.md index e296216..a324312 100644 --- a/_posts/2011-4-22-nodejs-restify-mongodb-mongoose.md +++ b/_posts/2011-4-22-nodejs-restify-mongodb-mongoose.md @@ -15,7 +15,7 @@ To easily understand this tutorial you should jump straight into the example cod [Example Codebase](https://github.com/thomasdavis/backbonetutorials/tree/gh-pages/examples/nodejs-mongodb-mongoose-restify) -[Example Demo](http://backbonetutorials.com/examples/nodejs-mongodb-mongoose-restify/) +[Example Demo](http://backbonetutorials.com/examples/nodejs-mongodb-mongoose-restify/app) This tutorial will assist you in saving data(Backbone.js Models) to MongoDb and retrieving a list(Backbone.js Collections) of them back. @@ -272,7 +272,7 @@ This actually sums up everything you need to know to implement this simple examp [Example Codebase](https://github.com/thomasdavis/backbonetutorials/tree/gh-pages/examples/nodejs-mongodb-mongoose-restify) -[Example Demo](http://backbonetutorials.com/examples/nodejs-mongodb-mongoose-restify/) +[Example Demo](http://backbonetutorials.com/examples/nodejs-mongodb-mongoose-restify/app) In this example you should really be using relative URL's in your collections/models and instead setting a baseUrl in a config file or by placing your index.html file on the restful server. -- cgit v1.1