Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-03-14 15:48:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-03-14 15:48:12 +0300
commitcaae3b06bfff6c0678a67e94548d91926513a535 (patch)
tree90b5498c3e6bde414a3a100022a6e5678a816ba9 /README.md
parent8157bc1b8b34874aeee1708382d11676c4c26ab3 (diff)
Update README.md
Update the link to BootstrapCDN. [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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)})();
```