From 91cea995eeea6595c1d0536133101e9eda120b6e Mon Sep 17 00:00:00 2001 From: benschenker Date: Tue, 24 Jun 2014 13:20:13 -0400 Subject: [PATCH 1/2] fixed readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 131c5c85bf..7e53e10c70 100644 --- a/README.md +++ b/README.md @@ -657,7 +657,7 @@ Trying to use both CSS files at the same time will likely result in undesired ef Let's start from the beginning. For this example I will use [Escape Velocity](http://html5up.net/escape-velocity/) template: ![Alt](http://html5up.net/uploads/images/escape-velocity.jpg) -**Note:** For the sake of simplicity I will ``only consider `index.html`, and skip `left-sidebar.html`, +**Note:** For the sake of simplicity I will only consider `index.html`, and skip `left-sidebar.html`, `no-sidebar.html`, `right-sidebar.html`. Move all javascript files from `html5up-escape-velocity/js` to `public/js`. Then move all css files from `html5up-escape-velocity/css` to `public/css`. And finally, move all images from `html5up-escape-velocity/images` to `public/images` (You could move it to the existing **img** folder, but then you would have to manually change every `img` reference). Grab the contents of `index.html` and paste it into [HTML To Jade](http://html2jade.aaron-powell.com/). From 5c58684798e8ea4748cc471106b1d78bf76fabf5 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sun, 29 Jun 2014 00:14:33 -0700 Subject: [PATCH 2/2] Fixed cheerio screencast url --- views/api/scraping.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/api/scraping.jade b/views/api/scraping.jade index c9886dd2de..f877290cb7 100644 --- a/views/api/scraping.jade +++ b/views/api/scraping.jade @@ -10,7 +10,7 @@ block content a.btn.btn-primary(href='http://matthewmueller.github.io/cheerio/', target='_blank') i.fa.fa-info | Cheerio Docs - a.btn.btn-primary(href='https://developer.foursquare.com/docs/explore', target='_blank') + a.btn.btn-primary(href='http://vimeo.com/31950192', target='_blank') i.fa.fa-film | Cheerio Screencast