From caae3b06bfff6c0678a67e94548d91926513a535 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 14 Mar 2016 14:48:12 +0200 Subject: [PATCH] Update README.md Update the link to BootstrapCDN. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 053ddd1..7177d34 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ EOF ``` ### In the browser -Use the following [bookmarklet](https://en.wikipedia.org/wiki/Bookmarklet) that's powered by [BootstrapCDN](http://www.bootstrapcdn.com/#bootlint_tab): +Use the following [bookmarklet](https://en.wikipedia.org/wiki/Bookmarklet) that's powered by [BootstrapCDN](https://www.bootstrapcdn.com/bootlint/): ```js javascript:(function(){var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([]);};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s)})(); ```