From 2ffb9c86b0be2814d3b64997d0db59903b706e50 Mon Sep 17 00:00:00 2001 From: Leway Colin Date: Wed, 18 Jun 2014 00:54:31 +0800 Subject: [PATCH] add missing "http: " of BootstrapCDN in EASIEST In EASIEST section, the address of BootstrapCDN missing "http:" prefix. --- get-started/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/index.html b/get-started/index.html index aa77ecef5..04c3a98e2 100644 --- a/get-started/index.html +++ b/get-started/index.html @@ -177,7 +177,7 @@
  1. Paste the following code into the <head> section of your site's HTML. -
    <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
    +
    <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
     

    Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.