From 80595af54f7325ce67393245b11f87a352dc1efa Mon Sep 17 00:00:00 2001 From: jayraj Date: Thu, 19 Jan 2012 09:49:56 -0500 Subject: [PATCH 1/3] fixed incorrect link to jekyll bootstrap homepage --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 40ab32c..44414ba 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ title: Hello World! Read [Jekyll Quick Start](http://jekyllbootstrap.com/jekyll-quick-start.html) -Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllboostrap.com) +Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com) ## Update Author Attributes From bb8ec4c8bcfc77de2bbe50f46ba71b78de13b8ea Mon Sep 17 00:00:00 2001 From: christine Date: Thu, 19 Jan 2012 16:02:38 -0800 Subject: [PATCH 2/3] Fixed typo: title should be "Jekyll Bootstrap" --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9df5c66..012a581 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ var: rss_path: /atom.xml production_url : http://username.github.com # or your custom domain name -title : Jekyll Boostrap +title : Jekyll Bootstrap author : name : Name Lastname From 5efb7228ceae0c0534fe6cabfac1f07c13df9cb0 Mon Sep 17 00:00:00 2001 From: jayraj Date: Fri, 20 Jan 2012 22:41:29 -0500 Subject: [PATCH 3/3] fixed broken link for jekyll quick start on index.md. checked and made sure there are no more broken links on that page --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 44414ba..37b7210 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,7 @@ layout: page title: Hello World! --- -Read [Jekyll Quick Start](http://jekyllbootstrap.com/jekyll-quick-start.html) +Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html) Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com)