From 240305321f3923f2fe127807b57fe9867a86d410 Mon Sep 17 00:00:00 2001 From: Edgar Schnueriger Date: Mon, 6 May 2013 09:48:05 +0200 Subject: [PATCH 1/2] fixed not working example code for modals --- docs/docs.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index 3467252154..88ab16d7ce 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -5119,27 +5119,27 @@ $('#myModal').on('show', function (e) { Launch demo modal {% highlight html %} - + {% endhighlight %} From 739ef39050c0a9f59b726eb9b0ac5a3ba96aba00 Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Tue, 7 May 2013 15:20:28 +0300 Subject: [PATCH 2/2] Updated URL for jekyll installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7579d3a992..b76a8da238 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Have a bug or a feature request? [Please open a new issue](https://github.com/tw ## Documentation -Bootstrap's docs are built using [Jekyll](http://jekyllrb.com) and hosted on GitHub Pages at [http://getbootstrap.com](http://getbootstrap.com). To view our docs locally, you'll need to [install Jekyll](https://github.com/mojombo/jekyll/wiki/install) to run a local server. +Bootstrap's docs are built using [Jekyll](http://jekyllrb.com) and hosted on GitHub Pages at [http://getbootstrap.com](http://getbootstrap.com). To view our docs locally, you'll need to [install Jekyll](http://jekyllrb.com/docs/installation) to run a local server. Documentation for [previous versions](https://github.com/twitter/bootstrap/tags) is also available via tags.