From 7e8e93e2564976f150817640e6e757b96f7d67c0 Mon Sep 17 00:00:00 2001 From: Rishabh Rao Date: Mon, 3 Sep 2012 14:21:14 +0530 Subject: [PATCH] Fixed broken link of Customize Twitter Bootstrap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed the "Customize Twitter Bootstrap here" link: changed from http://twitter.github.com/bootstrap/download.html (was giving a 404) to http://twitter.github.com/bootstrap/customize.html. --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index e16a92149..ef5a070c1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -711,7 +711,7 @@
    -
  1. Customize Twitter Bootstrap here. Make sure to uncheck the default "Icons" under "Base CSS."
  2. +
  3. Customize Twitter Bootstrap here. Make sure to uncheck the default "Icons" under "Base CSS."
  4. Copy the Font Awesome font directory into your project.
  5. Copy font-awesome.css into your project.
  6. Open your project's font-awesome.css and edit the font url to ensure it points to the right place (see above example).