diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-09-18 22:47:07 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-09-18 22:47:07 +1000 |
commit | e0303297af748a7e002872b7ed2cf8b0b7b00b51 (patch) | |
tree | 95f5332b1f8a82c32a4674cf0c707d356a60994f | |
parent | c22d02414acf335a590ad89042aa3e8db2cf84d5 (diff) | |
download | backbonetutorials-e0303297af748a7e002872b7ed2cf8b0b7b00b51.zip backbonetutorials-e0303297af748a7e002872b7ed2cf8b0b7b00b51.tar.gz backbonetutorials-e0303297af748a7e002872b7ed2cf8b0b7b00b51.tar.bz2 |
Update 2011-4-22-nodejs-restify-mongodb-mongoose.md
-rw-r--r-- | _posts/2011-4-22-nodejs-restify-mongodb-mongoose.md | 4 |
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. |