Skip to content

Commit b87c83a

Browse files
committed
Fix download link
1 parent d91fb46 commit b87c83a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.1
66
# Hi, I'm jQuery++.
77

88
I am a MIT licensed collection of extremely useful DOM helpers and special events for jQuery 1.8 and
9-
later. I'm not a UI project like [jQuery UI](http://jqueryui.com/) or
9+
later. I'm not a UI project like [jQuery UI](http://jqueryui.com/) or
1010
[jQuery Tools](http://jquerytools.org/). Instead, I'm all about providing
1111
low-level utilities for things that jQuery doesn't support. If [Underscore](http://underscorejs.org/)
1212
is jQuery's functional-programming tie, I am jQuery's bald-spot covering toupee.
@@ -17,7 +17,7 @@ Select the plugins you want and click "Download" for a customized, unminified Ja
1717
{% include builder.html %}
1818

1919
Learn more about [how I](#why_jquery__) can be useful to you. If you think I should
20-
have other utilities, let me know on the [forum](https://forum.javascriptmvc.com/#Forum/jquery). If you like me, check out my sister library [CanJS](http://canjs.us). Finally, my apologies
20+
have other utilities, let me know on the [forum](https://forum.javascriptmvc.com/#Forum/jquery). If you like me, check out my sister library [CanJS](http://canjs.us). Finally, my apologies
2121
about talking about myself in the third person from this point forward.
2222

2323
## Get jQuery++
@@ -68,7 +68,7 @@ steal.map({
6868

6969
### Using AMD
7070

71-
The files to load the jQuery++ plugins with an [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) module loader like [RequireJS](http://requirejs.org/), are located in the `amd/` folder of the [full download](https://github.com/downloads/bitovi/jquerypp/jquerypp-{{page.version}}.zip).
71+
The files to load the jQuery++ plugins with an [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) module loader like [RequireJS](http://requirejs.org/), are located in the `amd/` folder of the [full download](http://jquerypp.com/downloads/jquerypp-{{page.version}}.zip).
7272
Place the `jquerypp/` folder in your module directory and load a plugin like this:
7373

7474
{% highlight javascript %}

0 commit comments

Comments
 (0)