Skip to content

Commit fbbd6f0

Browse files
author
Nick Frasser
committed
Update README.md
Point to build repository.
1 parent 867007a commit fbbd6f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
Linkify is a small yet comprehensive JavaScript plugin for finding URLs in plain-text and converting them to HTML links. It works with all valid URLs and email addresses.
1010

11+
**A build repository is maintained [here](https://github.com/nfrasser/linkify-shim).**
12+
1113
__Jump to__
1214

1315
- [Features](#features)
@@ -167,7 +169,7 @@ $('p').linkify();
167169

168170
## Downloads
169171

170-
Download the [**latest release**](https://github.com/SoapBox/linkifyjs/releases)
172+
Download the [**latest release**](https://github.com/SoapBox/linkifyjs/releases) or clone the [**build repository**](https://github.com/nfrasser/linkify-shim).
171173

172174
**[linkify](http://soapbox.github.io/linkifyjs/docs/linkify.html)** _(required)_<br> [`.min.js`](https://github.com/nfrasser/linkify-shim/raw/master/linkify.min.js) · [`.js`](https://github.com/nfrasser/linkify-shim/raw/master/linkify.js) · [`.amd.min.js`](https://github.com/nfrasser/linkify-shim/raw/master/linkify.amd.min.js) · [`.amd.js`](https://github.com/nfrasser/linkify-shim/raw/master/linkify.amd.js)
173175

0 commit comments

Comments
 (0)