summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_posts/2011-4-22-nodejs-restify-mongodb-mongoose.md4
1 files 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.